summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-05 06:12:04 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-05 06:12:04 -0300
commitd0935a44b796971ae461176a8c32c881046c1221 (patch)
tree5696babe47bb4d6e24ee99fabe4b000b76565982 /core
parentb796bed39624486a348d1cb2881c5a1e88f84954 (diff)
fixes
Diffstat (limited to 'core')
-rw-r--r--core/glibc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD
index d0fe32545..2cef407e5 100644
--- a/core/glibc/PKGBUILD
+++ b/core/glibc/PKGBUILD
@@ -41,7 +41,7 @@ build() {
patch -p1 -i ${srcdir}/glibc-2.15-revert-c5a0802a.patch
if [ "${CARCH}" = "mips64el" ]; then
- ln -s ../glibc-ports ports
+ ln -s ../glibc-ports-${pkgver} ports
# Fix typo making util-linux build fail.
sed -i "s/_MIPS_SIM_ABIN32/_MIPS_SIM_NABI32/" ports/sysdeps/unix/sysv/linux/mips/Makefile