aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-04 19:56:20 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-04 19:56:20 +0000
commitd41e34ee41d5abe32289d84e310f49f2c06290cb (patch)
tree8724ec42fa4826f3248e682d4e04a9e2ddc4e8f2
parent8fa377e4e48c2a64cc229cb1d901637f7a90e1e1 (diff)
downloadsimplepkg-d41e34ee41d5abe32289d84e310f49f2c06290cb.tar.gz
simplepkg-d41e34ee41d5abe32289d84e310f49f2c06290cb.tar.bz2
templatepkg: -a fixed again...
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@234 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 c537a52..c1b3b04 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -318,7 +318,7 @@ function template_add {
if use_svn && [ -d "$TEMPLATE_BASE.d/.svn" ]; then
- if ! svn_check $TEMPLATE_BASE.d/`dirname $file`; then
+ if [ ! -d "$TEMPLATE_BASE.d/`dirname $file`/.svn" ]; then
mkdir -p $TEMPLATE_BASE.d/`dirname $file`/
svn add $TEMPLATE_BASE.d/`dirname $file`/
fi