Allow building without privileges.
Submitted by: ohauer
This commit is contained in:
parent
14935e0547
commit
d4e3dc3570
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478342
11
ports-mgmt/distilator/files/patch-Makefile
Normal file
11
ports-mgmt/distilator/files/patch-Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user