diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-11 21:18:46 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-11 21:18:46 +0000 |
commit | 87b364f5fde997034a9d2d60eca68b143bd27009 (patch) | |
tree | 4ec71555031b941f37d2dfa15456a346e3d192d3 /Tools | |
parent | 79f153004d37116f22db9209b41f481223c49b9a (diff) | |
download | ports-87b364f5fde997034a9d2d60eca68b143bd27009.tar.gz ports-87b364f5fde997034a9d2d60eca68b143bd27009.zip |
Notes
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 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" |