CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
pkgutils-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33737e8
)
fixed example for 'export PATH' in the README file)
author
Jose V Beneyto
<sepen@crux.nu>
Mon, 8 Mar 2010 16:49:16 +0000
(17:49 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Mon, 8 Mar 2010 16:49:16 +0000
(17:49 +0100)
README
patch
|
blob
|
blame
|
history
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