diff options
| -rwxr-xr-x | src/templatepkg | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templatepkg b/src/templatepkg index dc0323c..0029dcd 100755 --- a/src/templatepkg +++ b/src/templatepkg @@ -50,7 +50,7 @@ else    exit 1  fi -TEMPLATE="$BASE_TEMPLATE.template" +TEMPLATE="$TEMPLATE_BASE.template"  if [ ! -d "$ROOT/var/log/packages" ]; then    echo $ROOT/var/log/packages: directory not found  | 
