summaryrefslogtreecommitdiffstats
path: root/core/uclibc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-06 08:51:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-06 08:51:51 +0000
commit9ef21330e41ce7daaeec9326f9c210f19726b9d3 (patch)
treeee057b27b1fcbdb7f5dab59fe4ddd2dd32d7e1ce /core/uclibc
parent56a8e0536c80c619d6d00d7c002eb03e8fa89d4a (diff)
downloadaports-9ef21330e41ce7daaeec9326f9c210f19726b9d3.tar.bz2
aports-9ef21330e41ce7daaeec9326f9c210f19726b9d3.tar.xz
core/uclibc: use $_mynamever instead of hardcoded version in _install()
Diffstat (limited to 'core/uclibc')
-rw-r--r--core/uclibc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/uclibc/APKBUILD b/core/uclibc/APKBUILD
index bb8b0d1d..8fdc3b7f 100644
--- a/core/uclibc/APKBUILD
+++ b/core/uclibc/APKBUILD
@@ -30,7 +30,7 @@ _compile() {
}
_install() {
- cd $srcdir/uClibc-0.9.30-rc2
+ cd $srcdir/$_mynamever/
make install DESTDIR=$pkgdir
}