From 64a0772ca0f9d542ab8a94bd16a1edc78f5b40db Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Wed, 18 May 2011 11:22:59 -0500 Subject: libremakepkg pass -p $OPTARG to makepkg --- libremakepkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libremakepkg') diff --git a/libremakepkg b/libremakepkg index 54a5578..8af1581 100755 --- a/libremakepkg +++ b/libremakepkg @@ -29,8 +29,8 @@ function usage { echo "OPTIONS:" echo echo " -h : show this message." - echo " -c : cleans CHCOPY and cachedir." - echo " -u : updates before building." + echo " -c : cleans CHCOPY before building." + echo " -u : updates CHROOT before building." echo " -n : use this dir instead of CHCOPY." echo " -I pkgname : install this package, use it as many times needed." echo @@ -44,7 +44,7 @@ _PKGINSTALL="" #libremakepkg own args libremakepkgargs='hcun:I:' #now makepkg args -libremakepkgargs+='ACdefiLmoprRs' +libremakepkgargs+='ACdefiLmop:rRs' while getopts ${libremakepkgargs} arg ; do case "${arg}" in -- cgit v1.2.2