summaryrefslogtreecommitdiffstats
path: root/ch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-11-26 22:17:06 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-11-26 22:17:06 +0100
commitd9dc55a69e315a10eb24e48c866232f9d00a01b3 (patch)
tree4352a4e91e8d3b055661632a7dcdc2bf175cdbd7 /ch
parentd68cf8c1dd6ab79b4e17851e7766a5c30161072e (diff)
downloadbin-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-xch3
1 files changed, 3 insertions, 0 deletions
diff --git a/ch b/ch
index 5334b43..cc760c5 100755
--- a/ch
+++ b/ch
@@ -153,6 +153,9 @@ case $command in
chbuild "$arg"
done
;;
+ build-single)
+ chbuild "$@"
+ ;;
update)
if [[ $# = 0 ]]; then
for chrootdir in "$CHROOTS/"*/; do