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