CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed some issues with getBuildOrder script (duplicates, nonexistent ports, ...)
[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
b34f783b 11prt-get --install-root=$CLFS --config=$CONFIG $@
2100d5d8
JB
12
13# End of file
14