Update of /cvsroot/fink/scripts/bindist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4312
Modified Files:
bdscan
Log Message:
one more architecture-dependent change
Index: bdscan
===================================================================
RCS file: /cvsroot/fink/scripts/bindist/bdscan,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bdscan 26 Jul 2002 17:03:26 -0000 1.5
+++ bdscan 27 Mar 2006 01:53:07 -0000 1.6
@@ -7,6 +7,11 @@
fi
cd "$BDBASE"
+if [ -z "$BDARCH" ]; then
+ echo "BDARCH not set"
+ exit 1
+fi
+
tree=$1
if [ -z "$tree" ]; then
if [ -n "$CURREL" ]; then
@@ -23,7 +28,7 @@
fi
for dir in main crypto ; do
- basedir="dists/$tree/$dir/binary-darwin-powerpc"
+ basedir="dists/$tree/$dir/binary-darwin-$BDARCH"
if [ ! -d $basedir ]; then
echo "ERROR: no binary directory for $tree/$dir"
else
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits