diff options
Diffstat (limited to 'package/systemd/patches/patch-Makefile_am')
-rw-r--r-- | package/systemd/patches/patch-Makefile_am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/systemd/patches/patch-Makefile_am b/package/systemd/patches/patch-Makefile_am index 775a6e660..fd2cddfb2 100644 --- a/package/systemd/patches/patch-Makefile_am +++ b/package/systemd/patches/patch-Makefile_am @@ -1,6 +1,6 @@ ---- systemd-232.orig/Makefile.am 2016-11-03 18:16:42.000000000 +0100 -+++ systemd-232/Makefile.am 2016-12-27 19:28:30.933147951 +0100 -@@ -303,9 +303,9 @@ install-aliases-hook: +--- systemd-233.orig/Makefile.am 2017-03-01 22:43:06.000000000 +0100 ++++ systemd-233/Makefile.am 2017-06-07 22:02:15.904940794 +0200 +@@ -320,9 +320,9 @@ install-aliases-hook: set -- $(SYSTEM_UNIT_ALIASES) && \ dir=$(systemunitdir) && $(install-aliases) set -- $(USER_UNIT_ALIASES) && \ @@ -12,7 +12,7 @@ define install-aliases while [ -n "$$1" ]; do \ -@@ -316,15 +316,6 @@ define install-aliases +@@ -333,15 +333,6 @@ define install-aliases done endef @@ -28,7 +28,7 @@ install-touch-usr-hook: touch -c $(DESTDIR)/$(prefix) -@@ -5014,39 +5005,6 @@ EXTRA_DIST += \ +@@ -5183,39 +5174,6 @@ EXTRA_DIST += \ src/timesync/timesyncd.conf.in # ------------------------------------------------------------------------------ |