Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-14 21:14:43 +00:00
parent bfa7f888ee
commit e85fc8c92b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368229

View file

@ -6,8 +6,8 @@
install:
- install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
- install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
+ install -s -o root -g wheel -m 755 geomWatch $(DESTDIR)${PREFIX}/sbin
+ install -o root -g wheel -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
+ $(BSD_INSTALL_PROGRAM) geomWatch $(DESTDIR)${PREFIX}/sbin
+ $(BSD_INSTALL_DATA) -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
clean:
rm -f geomWatch