summaryrefslogtreecommitdiffstats
path: root/bin/genpkg
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-01-17 17:42:15 +0100
committerJustin Davis <jrcd83@gmail.com>2012-01-17 17:42:15 +0100
commite90f946734b519e42a3ee0d63a63e9fe47e8075f (patch)
tree47a2af4917e5a00aada9ed1eeb4eee4a2d5f98c8 /bin/genpkg
parent1d232f50bf42f1ef5b00cb62860a274fb4be104e (diff)
downloadgenpkg-e90f946734b519e42a3ee0d63a63e9fe47e8075f.tar.gz
genpkg-e90f946734b519e42a3ee0d63a63e9fe47e8075f.tar.xz
Renamed makepkgbuild to mkpkgbuild.
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