diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-18 11:22:59 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-18 11:22:59 -0500 |
commit | 64a0772ca0f9d542ab8a94bd16a1edc78f5b40db (patch) | |
tree | 64f9d00b360fa498de4134bad43ef73f2cc406f3 /libremakepkg | |
parent | 451039258fa50b27488455329ac5fd93d3885847 (diff) |
libremakepkg pass -p $OPTARG to makepkg
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 6 |
1 files changed, 3 insertions, 3 deletions
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 |