diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-11-26 22:17:06 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-11-26 22:17:06 +0100 |
commit | d9dc55a69e315a10eb24e48c866232f9d00a01b3 (patch) | |
tree | 4352a4e91e8d3b055661632a7dcdc2bf175cdbd7 /ch | |
parent | d68cf8c1dd6ab79b4e17851e7766a5c30161072e (diff) | |
download | bin-d9dc55a69e315a10eb24e48c866232f9d00a01b3.tar.gz bin-d9dc55a69e315a10eb24e48c866232f9d00a01b3.tar.xz |
ch add build-single to pass arguments to makechrootpkg
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'ch')
-rwxr-xr-x | ch | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ case $command in chbuild "$arg" done ;; + build-single) + chbuild "$@" + ;; update) if [[ $# = 0 ]]; then for chrootdir in "$CHROOTS/"*/; do |