Skip to content

Commit

Permalink
fix distro build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Dec 1, 2010
1 parent 2b81509 commit eb47115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/make_dist.sh
Expand Up @@ -19,7 +19,7 @@ git archive --format=tar $V | tar xvf - -C $BUILD
cd $BUILD
perl -i -p -e "s/#VERSION#/$V/g;s/#YEAR#/$Y/g;s/#DATE#/$D/g;" installer.sh frontend/Manifest.json README COPYRIGHT
cd frontend
$QOOXDOO_PATH/tool/bin/generator.py -m QOOXDOO_PATH:$QOOXDOO_PATH -m CACHE:${TMP:-/tmp}/${USER}_QX_CACHE build
./generator.sh $QOOXDOO_PATH build
perl -i -p -e "s/#VERSION#/$V/g;s/#YEAR#/$Y/g;" build/script/remocular.js
cd $BUILD/..
tar vzcf "$ROOT/$A-$V".tar.gz --exclude "*~" --exclude .git "$A-$V"
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Expand Up @@ -32,7 +32,6 @@ exit 1
fi

opt=${1}
htdocs=${2}

root=`dirname $0`

Expand Down Expand Up @@ -94,6 +93,7 @@ Finally go to
and modify it according to your wishes.
enjoy!
tobi oetiker
http://tobi.oetiker.ch
============================================================================
Expand Down

0 comments on commit eb47115

Please sign in to comment.