CRUX-ARM : Home

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