summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-06-08 07:03:07 +0100
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-08 07:03:07 +0100
commit00c15eb70600b5024973fd19528761381a89f759 (patch)
tree9372c46663e54c5a8d7c836b6c5a074f8529bb0b
parent969e2de31319c95913ec52f85b97552c3d26414f (diff)
config: remove mips64el from ARCHES
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index f1b09eb..287f5b0 100644
--- a/config
+++ b/config
@@ -43,7 +43,7 @@ LOCK_TIMEOUT=300
[ -n "${STAGING:-}" ] || STAGING="$HOME/staging/unknown/staging"
TMPDIR="/tmp"
ARCHARCHES=(i686 x86_64)
-OURARCHES=(mips64el)
+OURARCHES=()
ARCHES=(${ARCHARCHES[@]} ${OURARCHES[@]})
DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"