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 e370fc1..2cf8456 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -382,7 +382,7 @@ function repository_import { fi echo "Importing packages from $packages_dir into $repository..." - svn --import $packages_dir $repository + svn import $packages_dir $repository if [ "$?" == "0" ]; then echo "Making $packages_dir a working copy of $repository..." rm -rf $packages_dir |