@@ -19,17 +19,17 @@ install:
1919 install src/zfs-auto-snapshot.sh $(DESTDIR )$(PREFIX ) /sbin/zfs-auto-snapshot
2020
2121systemd :
22- install -d $(DESTDIR ) /etc /systemd/system/
23- install timers/zfs-auto-snapshot-frequent.service $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-frequent.service
24- install timers/zfs-auto-snapshot-frequent.timer $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-frequent.timer
25- install timers/zfs-auto-snapshot-hourly.service $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-hourly.service
26- install timers/zfs-auto-snapshot-hourly.timer $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-hourly.timer
27- install timers/zfs-auto-snapshot-daily.service $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-daily.service
28- install timers/zfs-auto-snapshot-daily.timer $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-daily.timer
29- install timers/zfs-auto-snapshot-weekly.service $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-weekly.service
30- install timers/zfs-auto-snapshot-weekly.timer $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-weekly.timer
31- install timers/zfs-auto-snapshot-monthly.service $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-monthly.service
32- install timers/zfs-auto-snapshot-monthly.timer $(DESTDIR ) /etc /systemd/system/zfs-auto-snapshot-monthly.timer
22+ 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
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