nscd: use make_dirs.

This commit is contained in:
Juan RP
2012-07-14 23:38:50 +02:00
parent addd276177
commit 3b99d7c62b
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
pkgname=glibc
_majorver=2.16
version=${_majorver}.0
revision=6
revision=7
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/libc"
@@ -11,8 +11,7 @@ nostrip_files="
ld-${_majorver}.so
libc-${_majorver}.so
libpthread-${_majorver}.so
libthread_db-1.0.so
"
libthread_db-1.0.so"
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
subpackages="glibc-devel glibc-locales nscd"
depends="base-files glibc-locales"