Allow building without privileges.

Submitted by:	ohauer
This commit is contained in:
Emanuel Haupt 2018-08-29 07:57:19 +00:00
parent 14935e0547
commit d4e3dc3570
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478342

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2018-08-28 07:45:48 UTC
+++ Makefile
@@ -8,7 +8,7 @@ all:
install:
@mkdir -p ${DESTDIR}${PREFIX}/bin
- install -o root -g wheel -m 0555 distilator.py ${DESTDIR}${PREFIX}/bin/distilator
+ install distilator.py ${DESTDIR}${PREFIX}/bin/distilator
deinstall:
rm -f ${DESTDIR}${PREFIX}/bin/distilator