Blob Blame History Raw
diff -rupN snapper-0.2.6.bcp/client/Makefile.am snapper-0.2.6/client/Makefile.am
--- snapper-0.2.6.bcp/client/Makefile.am	2015-08-19 09:07:21.168758523 +0200
+++ snapper-0.2.6/client/Makefile.am	2015-08-19 10:01:48.990652453 +0200
@@ -20,15 +20,13 @@ snapper_LDADD = ../snapper/libsnapper.la
 
 libexecdir = /usr/lib/snapper
 
-libexec_PROGRAMS = installation-helper
+libexec_PROGRAMS = installation-helper systemd-helper
 
 installation_helper_SOURCES =		\
 	installation-helper.cc
 
 installation_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la
 
-noinst_PROGRAMS = systemd-helper
-
 systemd_helper_SOURCES =		\
 	systemd-helper.cc		\
 	types.cc	types.h		\
diff -rupN snapper-0.2.6.bcp/data/Makefile.am snapper-0.2.6/data/Makefile.am
--- snapper-0.2.6.bcp/data/Makefile.am	2015-08-19 09:07:21.170758518 +0200
+++ snapper-0.2.6/data/Makefile.am	2015-08-19 10:00:29.232801060 +0200
@@ -8,15 +8,23 @@ EXTRA_DIST = sysconfig.snapper base.txt
 
 install-data-local:
 	install -D -m 644 snapper.logrotate $(DESTDIR)/etc/logrotate.d/snapper
+
 	install -d -m 755 $(DESTDIR)/etc/snapper/configs
 	install -D -m 644 default-config $(DESTDIR)/etc/snapper/config-templates/default
+
 	install -d -m 755 $(DESTDIR)/etc/snapper/filters
 	install -D -m 644 base.txt $(DESTDIR)/etc/snapper/filters/base.txt
 	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
+
 if HAVE_ZYPP
 	install -D -m 644 zypp-plugin.conf $(DESTDIR)/etc/snapper/zypp-plugin.conf
 endif