aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 17:43:34 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 17:43:34 +0000
commitb34b0bf5b2f520b35dc6527c5d4ef2b5e18f9cb7 (patch)
treed29a02eed07c9c58dca0ead73cc867c0b4825458 /trunk
parenta878a6151557d5ad95bafc963b331aff2433edf4 (diff)
downloadsimplepkg-b34b0bf5b2f520b35dc6527c5d4ef2b5e18f9cb7.tar.gz
simplepkg-b34b0bf5b2f520b35dc6527c5d4ef2b5e18f9cb7.tar.bz2
fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@604 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r--trunk/src/createpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 31b6379..235addd 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -322,7 +322,7 @@ function create_repo_folder {
folder="$1"
- if [ ! -e $new_repos ]; then
+ if [ ! -e $folder/$SUBFOLDER ]; then
if [ -d "$folder/.svn" ] && ! svn_check $folder/$SUBFOLDER; then
(
cd $folder