aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-03-16 11:31:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-03-16 11:31:49 +0000
commitf96f8e06b1cb165dbd13f64a146fdb2b64e86b4d (patch)
tree502ceb6535e09dff67afee17ff7333de1e6e809e /autogen.sh
parent9d7b1d8bf4bb04b48b35c8382a634d4dd2682406 (diff)
downloadellinika-f96f8e06b1cb165dbd13f64a146fdb2b64e86b4d.tar.gz
ellinika-f96f8e06b1cb165dbd13f64a146fdb2b64e86b4d.tar.bz2
Create db subdirectory
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@40 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 9778fc5..92ee54e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,8 @@
if [ ! -d html ]; then
mkdir html
fi
+if [ ! -d db ]; then
+ mkdir db
+fi
(cd html; for dir in el ru ; do if [ ! -d $dir ]; then mkdir $dir; fi; done)
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.