From 412d2c1c20d7536f7fb8c56645dd70715defb3f7 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 16 Jan 2009 17:23:29 +0000 Subject: another minor fix at createpkg --import git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@749 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3