summaryrefslogtreecommitdiffstats
path: root/bin/genpkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/genpkg')
-rwxr-xr-xbin/genpkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/genpkg b/bin/genpkg
index 669f6c2..45523b8 100755
--- a/bin/genpkg
+++ b/bin/genpkg
@@ -60,9 +60,9 @@ do
echo "Tweaked PKGDATA with $twk."
fi
- if TDIR="$templd" makepkgbuild
+ if TDIR="$templd" mkpkgbuild
then
- echo "Generated $pkgd/$pkg/PKGBUILD"
+ echo "Generated PKGBUILD."
else
exit $?
fi