about summary refs log tree commit diff stats
path: root/core/conf
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-09-13 17:20:16 +0100
committerSilvino Silva <silvino@bk.ru>2016-09-13 17:20:16 +0100
commit4c909d921b56602944690307e774dc8923e5ec31 (patch)
tree799ac94baf36ca5f2bb1612c70dc926a4a61a809 /core/conf
parent78fd3ada82fbaa4933fe6676c589fc2a905187f8 (diff)
downloaddoc-4c909d921b56602944690307e774dc8923e5ec31.tar.gz
fix ports and prt-get configuration build as user
Diffstat (limited to 'core/conf')
-rw-r--r--core/conf/prt-get.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/conf/prt-get.conf b/core/conf/prt-get.conf
index 384a5b2..1ed5143 100644
--- a/core/conf/prt-get.conf
+++ b/core/conf/prt-get.conf
@@ -49,6 +49,6 @@ runscripts yes            # (no|yes)
 
 ### alternative commands
 makecommand      sudo -H -u pkgmk fakeroot pkgmk
-addcommand       pkgadd
-removecommand    pkgrm
-runscriptcommand sh
+addcommand       sudo pkgadd
+removecommand    sudo pkgrm
+runscriptcommand sudo sh