aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/createpkg')
-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