aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/createpkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/createpkg b/src/createpkg
index 092c174..c222667 100644
--- a/src/createpkg
+++ b/src/createpkg
@@ -331,6 +331,8 @@ if [ $? -ne 0 ]; then
exit 1
fi
+ARCH=$DEFAULT_ARCH
+
# Load slackbuildrc definitions
if [ -f ~/.slackbuildrc ]; then
source ~/.slackbuildrc