1
1
PREFIX := /usr/local
2
-
2
+ SYSTEMD_HOME := /lib/systemd/system
3
3
all :
4
4
5
5
install :
@@ -20,16 +20,16 @@ install:
20
20
21
21
systemd :
22
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
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
33
33
install -d $(DESTDIR )$(PREFIX ) /share/man/man8
34
34
install src/zfs-auto-snapshot.8 $(DESTDIR )$(PREFIX ) /share/man/man8/zfs-auto-snapshot.8
35
35
install -d $(DESTDIR )$(PREFIX ) /sbin
0 commit comments