aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-11 21:18:46 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-11 21:18:46 +0000
commit87b364f5fde997034a9d2d60eca68b143bd27009 (patch)
tree4ec71555031b941f37d2dfa15456a346e3d192d3 /Tools
parent79f153004d37116f22db9209b41f481223c49b9a (diff)
downloadports-87b364f5fde997034a9d2d60eca68b143bd27009.tar.gz
ports-87b364f5fde997034a9d2d60eca68b143bd27009.zip
Notes
Diffstat (limited to 'Tools')
-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"