diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-21 17:55:11 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-21 17:55:11 +0000 |
| commit | 93d3489a466141127cc98fb7e9541d094ad78aaa (patch) | |
| tree | 4f11a79dd72f22e60fb20788a811f5e8430568a0 /bitweaver_build.sh | |
| parent | fcbc38f2fc2fcc3b0a5b12a5a89661e7cc71fbc7 (diff) | |
| download | install-93d3489a466141127cc98fb7e9541d094ad78aaa.tar.gz install-93d3489a466141127cc98fb7e9541d094ad78aaa.tar.bz2 install-93d3489a466141127cc98fb7e9541d094ad78aaa.zip | |
remove beta in kernel, update build script
Diffstat (limited to 'bitweaver_build.sh')
| -rwxr-xr-x | bitweaver_build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitweaver_build.sh b/bitweaver_build.sh index a71dd11..081d53a 100755 --- a/bitweaver_build.sh +++ b/bitweaver_build.sh @@ -36,6 +36,9 @@ mkdir -p "/tmp/$fname/" cd "/tmp/$fname/" cvs -qz5 -d :ext:$SFUSER@cvs.sf.net:/cvsroot/bitweaver/ export -d $BUILDDIR $BRANCH $MODULE cd "/tmp/$fname/" +if [ -d "$BUILDDIR/storage" ] ; then + mkdir "$BUILDDIR/storage" +fi if [ -d "$BUILDDIR/phpbb" ] ; then touch "$BUILDDIR/phpbb/config.php" fi |
