diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-12 05:18:46 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-12 05:18:46 +0800 |
commit | 1526f866a9abeb88a01e934056a0095244459d07 (patch) | |
tree | 2dd2d0611c454bfcefee5c0754048cca76f66433 /Tools/scripts/tindex | |
parent | 97e4ad72444f13fa8eac637409daeef142ac74e1 (diff) | |
download | freebsd-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-x | Tools/scripts/tindex | 3 |
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" |