ports/core (2.4): glibc: removed rquota.{h, x}, conflicts with new quota port
commit 0f1467a2c036ed156edac74b28d59730d7d2b9e7 Author: Juergen Daubert <jue@jue.li> Date: Tue Oct 9 21:41:32 2007 +0200 glibc: removed rquota.{h,x}, conflicts with new quota port diff --git a/glibc/.footprint b/glibc/.footprint index 949b6c9..ca12d73 100644 --- a/glibc/.footprint +++ b/glibc/.footprint @@ -910,8 +910,6 @@ drwxr-xr-x root/root usr/include/rpcsvc/ -rw-r--r-- root/root usr/include/rpcsvc/nlm_prot.x -rw-r--r-- root/root usr/include/rpcsvc/rex.h -rw-r--r-- root/root usr/include/rpcsvc/rex.x --rw-r--r-- root/root usr/include/rpcsvc/rquota.h --rw-r--r-- root/root usr/include/rpcsvc/rquota.x -rw-r--r-- root/root usr/include/rpcsvc/rstat.h -rw-r--r-- root/root usr/include/rpcsvc/rstat.x -rw-r--r-- root/root usr/include/rpcsvc/rusers.h diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 532b10f..8f8dba1 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -4,7 +4,7 @@ name=glibc version=2.6.1 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.bz2 http://crux.nu/files/dist/kernel-headers-2.6.22.tar.bz2 hosts resolv.conf nsswitch.conf host.conf ld.so.conf) @@ -31,5 +31,9 @@ build() { make install_root=$PKG localedata/install-locales cp ../{hosts,resolv.conf,nsswitch.conf,host.conf,ld.so.conf} $PKG/etc ln -sf ../usr/share/zoneinfo/UTC $PKG/etc/localtime + + # conflicts with quota + rm $PKG/usr/include/rpcsvc/{rquota.h,rquota.x} + rm -rf $PKG/usr/share/locale }
participants (1)
-
crux@crux.nu