diff options
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 2d1ada2..c107bd8 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -884,7 +884,7 @@ function package_template { cd $TMP/templatepkg - makepkg -c n -l y $TMP/template-$template-$version-noarch-$build.tgz + makepkg -c n -l y $TMP/template-$template-$version-noarch-$build.$MKBUILD_COMPRESS cd $TMP rm -rf templatepkg |