From: Jose V Beneyto Date: Mon, 8 Mar 2010 16:49:16 +0000 (+0100) Subject: fixed example for 'export PATH' in the README file) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=615791ccafcb362fbc7e729314896b7f85a3863c;p=pkgutils-cross.git fixed example for 'export PATH' in the README file) --- diff --git a/README b/README index d9145ff..74a34a9 100644 --- a/README +++ b/README @@ -8,7 +8,8 @@ Edit pkgmk.conf with your settings: $ vim src/pkgmk.conf Add pkgmk-cross to the PATH environment variable: -$ export PATH=$PATH:/devel/crux-arm/pkgutils-cross:/devel/crux-arm/pkgutils-cross/src +$ export PATH=/devel/crux-arm/pkgutils-cross:/devel/crux-arm/pkgutils-cross/src:$PATH +(note that append the old value for PATH at the end is important) Now you're ready to crosscompile packages: $ cd /devel/crux-arm/ports/core-cross/ncurses