aboutsummaryrefslogtreecommitdiffstats
path: root/testing/snapper/remove-systemd.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-05-03 18:23:08 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-05-03 18:25:26 +0000
commitf8369be0c2fb7941156cf6f5a1143c5f91c5eb1a (patch)
tree8a0784e2007c551d83b01ee34e5a38ef059f84a8 /testing/snapper/remove-systemd.patch
parent45b5690ccb0ec88c2742a5b3078b60655923d268 (diff)
downloadaports-f8369be0c2fb7941156cf6f5a1143c5f91c5eb1a.tar.bz2
aports-f8369be0c2fb7941156cf6f5a1143c5f91c5eb1a.tar.xz
testing/snapper: new aport
Diffstat (limited to 'testing/snapper/remove-systemd.patch')
-rw-r--r--testing/snapper/remove-systemd.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/snapper/remove-systemd.patch b/testing/snapper/remove-systemd.patch
new file mode 100644
index 0000000000..5f39a3a254
--- /dev/null
+++ b/testing/snapper/remove-systemd.patch
@@ -0,0 +1,21 @@
+diff --git a/data/Makefile.am b/data/Makefile.am
+index e2036ba..0af20ff 100644
+--- a/data/Makefile.am
++++ b/data/Makefile.am
+@@ -18,16 +18,6 @@ install-data-local:
+ install -D -m 644 lvm.txt $(DESTDIR)/etc/snapper/filters/lvm.txt
+ install -D -m 644 x11.txt $(DESTDIR)/etc/snapper/filters/x11.txt
+
+- install -D -m 644 org.opensuse.Snapper.conf $(DESTDIR)/etc/dbus-1/system.d/org.opensuse.Snapper.conf
+- install -D -m 644 org.opensuse.Snapper.service $(DESTDIR)/usr/share/dbus-1/system-services/org.opensuse.Snapper.service
+-
+- install -D -m 644 timeline.service $(DESTDIR)/usr/lib/systemd/system/snapper-timeline.service
+- install -D -m 644 timeline.timer $(DESTDIR)/usr/lib/systemd/system/snapper-timeline.timer
+- install -D -m 644 cleanup.service $(DESTDIR)/usr/lib/systemd/system/snapper-cleanup.service
+- install -D -m 644 cleanup.timer $(DESTDIR)/usr/lib/systemd/system/snapper-cleanup.timer
+- install -D -m 644 boot.service $(DESTDIR)/usr/lib/systemd/system/snapper-boot.service
+- install -D -m 644 boot.timer $(DESTDIR)/usr/lib/systemd/system/snapper-boot.timer
+-
+ if HAVE_ZYPP
+ install -D -m 644 zypp-plugin.conf $(DESTDIR)/etc/snapper/zypp-plugin.conf
+ endif