1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 09:08:33 +00:00

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

@ -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