diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 16:51:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 16:51:24 +0000 |
commit | 49694c8a658d8be42cb4fdf27f1ec2431fa0c57b (patch) | |
tree | 6b7bc1ded1f0bb1965dd64d477f1e6f830383ca9 /sysutils/cdeploy/files/patch-Makefile | |
parent | Allow staging as a regular user (diff) |
Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=367359
Diffstat (limited to 'sysutils/cdeploy/files/patch-Makefile')
-rw-r--r-- | sysutils/cdeploy/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cdeploy/files/patch-Makefile b/sysutils/cdeploy/files/patch-Makefile index 8eb7240b7321..c85e95a235b6 100644 --- a/sysutils/cdeploy/files/patch-Makefile +++ b/sysutils/cdeploy/files/patch-Makefile @@ -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 |