diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-11 13:01:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-11 13:01:13 +0000 |
commit | 400b7e3075fcc21ce05409303d822996692d4c45 (patch) | |
tree | 87d72ee908a249b1295604ed63d8d91946db49ed /core | |
parent | 4a9f53ed24c4452d01b01082d7e3e595de545428 (diff) | |
download | aports-400b7e3075fcc21ce05409303d822996692d4c45.tar.bz2 aports-400b7e3075fcc21ce05409303d822996692d4c45.tar.xz |
core/uclibc: install utils (ldd and ldconfig)
Diffstat (limited to 'core')
-rw-r--r-- | core/uclibc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/uclibc/APKBUILD b/core/uclibc/APKBUILD index 7b7225cd..e6a7e4ad 100644 --- a/core/uclibc/APKBUILD +++ b/core/uclibc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uclibc pkgver=0.9.30.1 -pkgrel=1 +pkgrel=2 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -34,7 +34,7 @@ _compile() { _install() { cd "$srcdir/$_mynamever/" - make install DESTDIR="$pkgdir" + make install DESTDIR="$pkgdir" install_utils install -Dm755 extra/scripts/getent "$pkgdir"/usr/bin/getent } |