diff options
-rwxr-xr-x | dev/util/debootstrap/debootstrap.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/util/debootstrap/debootstrap.SlackBuild b/dev/util/debootstrap/debootstrap.SlackBuild index b1a865cf..7c673f62 100755 --- a/dev/util/debootstrap/debootstrap.SlackBuild +++ b/dev/util/debootstrap/debootstrap.SlackBuild @@ -26,7 +26,7 @@ fi # default settings PACKAGE="debootstrap" -ARCH=${ARCH:=i386} +ARCH="noarch" VERSION=${VERSION:=0.3.3.1} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} |