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 74320861..149062fd 100755
--- a/nicotine/nicotine.build
+++ b/nicotine/nicotine.build
@@ -20,7 +20,7 @@ fi
# default settings
PACKAGE="nicotine"
VERSION=${VERSION:=1.0.8}
-ARCH="noarch"
+ARCH=${ARCH:=i486}
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}