aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts/tindex
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-06-12 05:18:46 +0800
committererwin <erwin@FreeBSD.org>2007-06-12 05:18:46 +0800
commit1526f866a9abeb88a01e934056a0095244459d07 (patch)
tree2dd2d0611c454bfcefee5c0754048cca76f66433 /Tools/scripts/tindex
parent97e4ad72444f13fa8eac637409daeef142ac74e1 (diff)
downloadfreebsd-ports-gnome-1526f866a9abeb88a01e934056a0095244459d07.tar.gz
freebsd-ports-gnome-1526f866a9abeb88a01e934056a0095244459d07.tar.zst
freebsd-ports-gnome-1526f866a9abeb88a01e934056a0095244459d07.zip
Set default architecture to i386.
Diffstat (limited to 'Tools/scripts/tindex')
-rwxr-xr-xTools/scripts/tindex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex
index 081e6557a831..ffb02ab56ed6 100755
--- a/Tools/scripts/tindex
+++ b/Tools/scripts/tindex
@@ -33,6 +33,9 @@ export SRCDIR5=${BASEDIR}/src.5
export SRCDIR6=${BASEDIR}/src.6
export SRCDIR7=${BASEDIR}/src.7
+# Target architecture
+export ARCH=i386
+
# SSH key to use for copying INDEXes to www host (if non-default)
export SSHKEY="-i /home/kris/.ssh/id_dsa-index"