blob: 5f39a3a254c05578c6f2c3b9f948bdeeadcb275c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|