aboutsummaryrefslogtreecommitdiff
path: root/denyhosts/denyhosts.build
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-28 18:04:01 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-28 18:04:01 +0000
commitd4207aec3a52f57374f4ff855c4dfead07e3eac0 (patch)
treead23d410e024366843b7146bb1aeaf9ee94be575 /denyhosts/denyhosts.build
parent6b3e150296ab3d2eec5ee7440afec2cb0851a777 (diff)
downloadslackbuilds-d4207aec3a52f57374f4ff855c4dfead07e3eac0.tar.gz
slackbuilds-d4207aec3a52f57374f4ff855c4dfead07e3eac0.tar.bz2
nicotine and denyhosts: fixed ARCH
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@544 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'denyhosts/denyhosts.build')
-rwxr-xr-xdenyhosts/denyhosts.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/denyhosts/denyhosts.build b/denyhosts/denyhosts.build
index 1df3b34d..dada1ff2 100755
--- a/denyhosts/denyhosts.build
+++ b/denyhosts/denyhosts.build
@@ -20,7 +20,7 @@ fi
# default settings
PACKAGE="denyhosts"
VERSION=${VERSION:=2.5}
-ARCH="noarch"
+ARCH=${ARCH:=i486}
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}