aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/distilator/files/patch-Makefile
blob: 3ff6e9cb656fc118f05eb8db1aca9361cd84561d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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