chiark / gitweb /
Changed echo to correct build options for linux
authornallath <nallath@gmail.com>
Wed, 5 Mar 2014 14:55:48 +0000 (15:55 +0100)
committernallath <nallath@gmail.com>
Wed, 5 Mar 2014 14:55:48 +0000 (15:55 +0100)
package.sh

index 03d1c03d4ea945725647412bccbdc2d40d939e6c..c7a467b75b98d170beeaacff8def70753e8fda54 100755 (executable)
@@ -71,8 +71,8 @@ function extract
 if [ "$BUILD_TARGET" = "none" ]; then
        echo "You need to specify a build target with:"
        echo "$0 win32"
-       echo "$0 linux_i368"
-       echo "$0 linux_amd64"
+       echo "$0 debian_i368"
+       echo "$0 debian_amd64"
        echo "$0 darwin"
        exit 0
 fi