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:
8b010ae
)
pkgadd.in: Fixed lib references to the build enviroment.
2.6
author
Victor Martinez
<pitillo@ono.com>
Wed, 25 Aug 2010 08:42:51 +0000
(08:42 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Wed, 25 Aug 2010 08:42:51 +0000
(08:42 +0000)
src/pkgmk.in
patch
|
blob
|
blame
|
history
diff --git
a/src/pkgmk.in
b/src/pkgmk.in
index 1698320147d9bfb4dfeee50f67bc1cf85ab77055..08413f6f3f960b7bef062cf381f2a78375919772 100755
(executable)
--- a/
src/pkgmk.in
+++ b/
src/pkgmk.in
@@
-309,7
+309,7
@@
fix_cross_paths() {
# remove the last / from CLFS path if appeared
CLFS=${CLFS%*/}
- find $PKG -type f -name '*.la' -exec sed -e "s|$CLFS||g" -e "s|$CROSTOOLS/$CTARGET|/usr|g" -i {} \;
+ find $PKG -type f -name '*.la' -exec sed -e "s|$CLFS||g" -e "s|$CROSTOOLS/$CTARGET|/usr|g" -
e "s|$CROSSTOOLS||g" -
i {} \;
}
check_footprint() {