#!/bin/bash # Edit the variables to your needs PATH="/devel/crux-arm/pkgutils-cross:/devel/crux-arm/devtools:$PATH" CONFIG="/devel/crux-arm/devtools/prt-get-cross.conf" CLFS="/devel/crux-arm/toolchain/clfs" export PATH prt-get --install-root=$CLFS --config=$CONFIG $@ # End of file