11PREFIX := /usr/local
2-
2+ SYSTEMD_HOME := /lib/systemd/system
33all :
44
55install :
@@ -20,16 +20,16 @@ install:
2020
2121systemd :
2222 install -d $(DESTDIR ) /lib/systemd/system/
23- install timers/zfs-auto-snapshot-frequent.service $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-frequent.service
24- install timers/zfs-auto-snapshot-frequent.timer $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-frequent.timer
25- install timers/zfs-auto-snapshot-hourly.service $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-hourly.service
26- install timers/zfs-auto-snapshot-hourly.timer $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-hourly.timer
27- install timers/zfs-auto-snapshot-daily.service $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-daily.service
28- install timers/zfs-auto-snapshot-daily.timer $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-daily.timer
29- install timers/zfs-auto-snapshot-weekly.service $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-weekly.service
30- install timers/zfs-auto-snapshot-weekly.timer $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-weekly.timer
31- install timers/zfs-auto-snapshot-monthly.service $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-monthly.service
32- install timers/zfs-auto-snapshot-monthly.timer $(DESTDIR ) /lib/systemd/system /zfs-auto-snapshot-monthly.timer
23+ install timers/zfs-auto-snapshot-frequent.service $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-frequent.service
24+ install timers/zfs-auto-snapshot-frequent.timer $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-frequent.timer
25+ install timers/zfs-auto-snapshot-hourly.service $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-hourly.service
26+ install timers/zfs-auto-snapshot-hourly.timer $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-hourly.timer
27+ install timers/zfs-auto-snapshot-daily.service $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-daily.service
28+ install timers/zfs-auto-snapshot-daily.timer $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-daily.timer
29+ install timers/zfs-auto-snapshot-weekly.service $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-weekly.service
30+ install timers/zfs-auto-snapshot-weekly.timer $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-weekly.timer
31+ install timers/zfs-auto-snapshot-monthly.service $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-monthly.service
32+ install timers/zfs-auto-snapshot-monthly.timer $(DESTDIR ) /$( SYSTEMD_HOME ) /zfs-auto-snapshot-monthly.timer
3333 install -d $(DESTDIR )$(PREFIX ) /share/man/man8
3434 install src/zfs-auto-snapshot.8 $(DESTDIR )$(PREFIX ) /share/man/man8/zfs-auto-snapshot.8
3535 install -d $(DESTDIR )$(PREFIX ) /sbin
0 commit comments