From: rhatto Date: Wed, 4 Apr 2007 13:44:10 +0000 (+0000) Subject: templatepkg: small fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=86187ecfc2ef3ccc1d1e64546260643209d35aa4;p=simplepkg.git templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@222 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 505708b..3891f3b 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -365,12 +365,12 @@ TEMPLATE="$TEMPLATE_BASE.template" if [ "$1" == "-u" ] || [ "$1" == "--update" ]; then setroot $3 - template_create + template_update elif [ "$1" == "-c" ] || [ "$1" == "--create" ]; then setroot $3 - template_update + template_create elif [ "$1" == "-a" ] || [ "$1" == "--add" ]; then