aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index 6a3b57d..c59087d 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -409,7 +409,7 @@ function template_update {
done
- if ! svn_check $TEMPLATE_BASE.template; then
+ if ! svn_check $TEMPLATE_BASE.template && [ -d "$TEMPLATE_BASE.d/.svn" ]; then
svn add $TEMPLATE_BASE.template
fi