FIX install pkgs typo
This commit is contained in:
parent
2946e33486
commit
442ddb48eb
|
@ -91,8 +91,8 @@ clean_up() {
|
||||||
|
|
||||||
trap 'clean_up' ERR
|
trap 'clean_up' ERR
|
||||||
|
|
||||||
if [ "$#" -ne 2 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Must supply custom package dir. Exiting"
|
echo "Usage: bootstrap_pkgs [CUSTOM_PKGBUILD_SRC]"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue