diff options
author | root <root@rshg054.dnsready.net> | 2012-03-14 00:01:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-14 00:01:30 +0000 |
commit | 01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (patch) | |
tree | c9cf79fb6311cbb2a890419e0a382aa211fb3010 /cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD | |
parent | ca06c41d7d8e5d38284de9048372ab45dcd8b2fb (diff) |
Wed Mar 14 00:01:29 UTC 2012
Diffstat (limited to 'cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD')
-rw-r--r-- | cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD b/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD index 0349036ec..dd426fad7 100644 --- a/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD +++ b/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD @@ -40,9 +40,6 @@ build() { package() { cd ${srcdir}/${_pkgname}-${pkgver} -# Compat symlinks - ln -s ${_sysroot}/usr/lib ${pkgdir}${_sysroot}/lib - ln -s ${_sysroot}/lib ${pkgdir}${_sysroot}/lib32 make DESTDIR=${pkgdir} install |