diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-12 08:48:05 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-12 08:48:05 -0300 |
commit | d5657d08d254b172419dbca7e95d0ef1da06c123 (patch) | |
tree | 05708a5250cf72ff9221b3865813311f40fb1f8f | |
parent | ffcfbfe172c84c6d02b4317d52f9f24dbf2db798 (diff) |
cross-binutils: fixing /usr/${_target}/lib* path
-rw-r--r-- | ~coadde/cross-binutils/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/~coadde/cross-binutils/PKGBUILD b/~coadde/cross-binutils/PKGBUILD index 61c2afdaa..1c7a9ba0b 100644 --- a/~coadde/cross-binutils/PKGBUILD +++ b/~coadde/cross-binutils/PKGBUILD @@ -214,7 +214,7 @@ _target-binutils() { } msg "Change lib-path on ldscripts files" - sed -i "/^SEARCH_DIR/ s|/${_target}/lib|/lib|g; + sed -i "/^SEARCH_DIR/ s|/${pkgver}/${_target}/lib|/${pkgver}/lib|g; /^SEARCH_DIR/ s|/${pkgver}/lib|/${pkgver}/lib32|g; /^SEARCH_DIR/ s|/${pkgver}/lib3264|/${pkgver}/lib|g; /^SEARCH_DIR/ s|/${pkgver}/lib32x32|/${pkgver}/lib|g; |