From 615791ccafcb362fbc7e729314896b7f85a3863c Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 8 Mar 2010 17:49:16 +0100 Subject: [PATCH] fixed example for 'export PATH' in the README file) --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2