Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-05 16:51:24 +00:00
parent 27af272336
commit 49694c8a65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367359

View file

@ -7,8 +7,8 @@
- install -o root -g wheel -m 0555 cdeploy.sh /usr/local/sbin/cdeploy
- install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1
- gzip -f9 /usr/local/man/man1/cdeploy.1
+ install -o root -g wheel -m 0555 cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
+ install -o root -g wheel -m 0444 cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
+ $(BSD_INSTALL_SCRIPT) cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
+ $(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
deinstall:
rm -f /usr/local/sbin/cdeploy