CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fe2bca759e53084673510efc2653ce1dd32f0fe7
[devtools.git] / prt-get-cross
1 #!/bin/bash
2
3 # Edit the variables to your needs
4
5 PATH="/devel/crux-arm/pkgutils-cross:/devel/crux-arm/devtools:$PATH"
6 CONFIG="/devel/crux-arm/devtools/prt-get-cross.conf"
7 CLFS="/devel/crux-arm/toolchain/clfs"
8
9 export PATH
10
11 prt-get --install-root=$CLFS --config=$CONFIG $@
12
13 # End of file
14