diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-04 19:56:20 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-04 19:56:20 +0000 |
commit | d41e34ee41d5abe32289d84e310f49f2c06290cb (patch) | |
tree | 8724ec42fa4826f3248e682d4e04a9e2ddc4e8f2 /trunk/src/templatepkg | |
parent | 8fa377e4e48c2a64cc229cb1d901637f7a90e1e1 (diff) | |
download | simplepkg-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
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-x | trunk/src/templatepkg | 2 |
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 |