diff options
-rw-r--r-- | trunk/src/createpkg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index dd6e45d..e370fc1 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -373,6 +373,7 @@ function repository_import { if [ "$repository_type" == "file" ] && [ ! -d "$repository_path" ]; then echo "Creating subversion repository $repository..." + mkdir -p `dirname $repository_path` svnadmin create $repository_path --fs-type fsfs if [ "$?" != "0" ]; then EXIT_CODE="1" |