diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-11 21:18:46 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-11 21:18:46 +0000 |
commit | 1526f866a9abeb88a01e934056a0095244459d07 (patch) | |
tree | 2dd2d0611c454bfcefee5c0754048cca76f66433 /Tools | |
parent | 97e4ad72444f13fa8eac637409daeef142ac74e1 (diff) | |
download | FreeBSD-ports-1526f866a9abeb88a01e934056a0095244459d07.zip FreeBSD-ports-1526f866a9abeb88a01e934056a0095244459d07.tar.gz |
Set default architecture to i386.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/tindex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex index 081e655..ffb02ab 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" |