changeset 1017:58d61ccd3f3b

Call the static native binaries $PACKAGE-$ARCH instead of the other way around, both for consistency with the tarball names and because the busybox multiplexor only knows about postfixes (so it can work as "./busybox-i686 ls -l" but "./i686-busybox ls -l" will say unknown applet).
author Rob Landley <rob@landley.net>
date Sun, 28 Mar 2010 13:48:48 -0500
parents 10e435a91df3
children e2f4f7431ec4
files sources/native-builds/static-tools.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/native-builds/static-tools.sh	Sun Mar 28 13:44:20 2010 -0500
+++ b/sources/native-builds/static-tools.sh	Sun Mar 28 13:48:48 2010 -0500
@@ -53,7 +53,7 @@
 
 upload_result()
 {
-  ftpput 10.0.2.2 -P $OUTPORT $ARCH-"$1" "$1"
+  ftpput 10.0.2.2 -P $OUTPORT "$1-$ARCH" "$1"
 }
 
 echo Started second stage init