aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 18:26:03 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 18:26:03 +0000
commit12dc3ae3feca8ee57bdc4cfbf4c33aecf9bc3a2d (patch)
treec9e32cf8db78766855404ececbc79eef36e2eb47
parent4a79f818f6a77a655199332ef0a7d787d07759cc (diff)
downloadsimplepkg-12dc3ae3feca8ee57bdc4cfbf4c33aecf9bc3a2d.tar.gz
simplepkg-12dc3ae3feca8ee57bdc4cfbf4c33aecf9bc3a2d.tar.bz2
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@304 04377dda-e619-0410-9926-eae83683ac58
-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