summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJiHO <jiho-sf@users.sourceforge.net>2007-07-12 21:01:30 +0000
committerjiho-sf <jiho-sf@users.sourceforge.net>2007-07-12 21:01:30 +0000
commitd4ded88446fb2e33af1629cc51bcb3e944b00ada (patch)
tree9c26e80369140da97bdc1cceeaa657fe2b09fda4 /packaging
parent- added an "all" action that does everything which needs to be done to compil... (diff)
downloadinkscape-d4ded88446fb2e33af1629cc51bcb3e944b00ada.tar.gz
inkscape-d4ded88446fb2e33af1629cc51bcb3e944b00ada.zip
stupid syntax mistake
(bzr r3234)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-build.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh
index 1666cc11d..15af2589f 100755
--- a/packaging/macosx/osx-build.sh
+++ b/packaging/macosx/osx-build.sh
@@ -106,13 +106,13 @@ do
h|help)
help
exit 1 ;;
- all)
- SVNUPDATE="t" ;;
- AUTOGEN="t" ;;
- CONFIGURE="t" ;;
- BUILD="t" ;;
- INSTALL="t" ;;
- PACKAGE="t" ;;
+ all)
+ SVNUPDATE="t"
+ AUTOGEN="t"
+ CONFIGURE="t"
+ BUILD="t"
+ INSTALL="t"
+ PACKAGE="t"
DISTRIB="t" ;;
u|up|update)
SVNUPDATE="t" ;;