From 86187ecfc2ef3ccc1d1e64546260643209d35aa4 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 4 Apr 2007 13:44:10 +0000 Subject: templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@222 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3