pkgbuild works based on a package path rather than a package name

This commit is contained in:
sin 2013-09-16 13:37:18 +01:00
parent 37433b685b
commit c983c9177b

View File

@ -1,7 +1,7 @@
#!/bin/sh
if test -z "$1"; then
echo usage: $0 pkgname 1>&2
echo usage: $0 pkgpath 1>&2
exit 1
fi