]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 17:43:34 +0000 (17:43 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 17:43:34 +0000 (17:43 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@604 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index 31b63799eef9366feaf94b390e9d9bca3066434d..235addddba9e27fa432d4eff7b47cbf2a75d2e5f 100644 (file)
@@ -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