aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-16 17:24:49 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-16 17:24:49 +0000
commit6c35cfdbceceb79443b347c8969c30b4b38b5a4c (patch)
tree3119c8a9cbdb2d4c57bde2f358a94862a85ed84e
parent412d2c1c20d7536f7fb8c56645dd70715defb3f7 (diff)
downloadsimplepkg-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/createpkg2
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