aboutsummaryrefslogtreecommitdiff
path: root/nicotine/nicotine.build
diff options
context:
space:
mode:
Diffstat (limited to 'nicotine/nicotine.build')
-rwxr-xr-xnicotine/nicotine.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nicotine/nicotine.build b/nicotine/nicotine.build
index c0de9096..e42c7180 100755
--- a/nicotine/nicotine.build
+++ b/nicotine/nicotine.build
@@ -57,7 +57,7 @@ cd $TMP
tar xvf$tarflag $SRC_DIR/$SRC
cd $PACKAGE+-$VERSION
-python setup.py --quiet install --record=install.log
+python setup.py install --prefix=/usr
CWD="`pwd`"