chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9ca2d
)
Changed echo to correct build options for linux
author
nallath
<nallath@gmail.com>
Wed, 5 Mar 2014 14:55:48 +0000
(15:55 +0100)
committer
nallath
<nallath@gmail.com>
Wed, 5 Mar 2014 14:55:48 +0000
(15:55 +0100)
package.sh
patch
|
blob
|
history
diff --git
a/package.sh
b/package.sh
index 03d1c03d4ea945725647412bccbdc2d40d939e6c..c7a467b75b98d170beeaacff8def70753e8fda54 100755
(executable)
--- a/
package.sh
+++ b/
package.sh
@@
-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