diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-16 17:24:49 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-16 17:24:49 +0000 |
commit | 6c35cfdbceceb79443b347c8969c30b4b38b5a4c (patch) | |
tree | 3119c8a9cbdb2d4c57bde2f358a94862a85ed84e | |
parent | 412d2c1c20d7536f7fb8c56645dd70715defb3f7 (diff) | |
download | simplepkg-6c35cfdbceceb79443b347c8969c30b4b38b5a4c.tar.gz simplepkg-6c35cfdbceceb79443b347c8969c30b4b38b5a4c.tar.bz2 |
another minor fix at createpkg --import
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@750 04377dda-e619-0410-9926-eae83683ac58
-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 |