mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2024-11-25 17:43:12 +01:00
8 lines
257 B
Makefile
8 lines
257 B
Makefile
all:
|
|
|
|
install:
|
|
install -d $(DESTDIR)$(PREFIX)/etc/cron.d
|
|
install etc/zfs-auto-snapshot.cron $(DESTDIR)$(PREFIX)/etc/cron.d/zfs-auto-snapshot
|
|
install -d $(DESTDIR)$(PREFIX)/sbin
|
|
install src/zfs-auto-snapshot.sh $(DESTDIR)$(PREFIX)/sbin/zfs-auto-snapshot
|