CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fixed example for 'export PATH' in the README file)
authorJose V Beneyto <sepen@crux.nu>
Mon, 8 Mar 2010 16:49:16 +0000 (17:49 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 8 Mar 2010 16:49:16 +0000 (17:49 +0100)
README

diff --git a/README b/README
index d9145ffad89403b86e6fb9fb629753a5708468a6..74a34a9311c06fceaab754f480b8d3f69c994cd3 100644 (file)
--- 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