From a29d31e5ab853ae24929291da41e2c28c9777166 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 3 Jun 2010 11:15:03 +0000 Subject: [PATCH] quota: remove include files provided by glibc --- quota/.footprint | 4 ---- quota/Pkgfile | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/quota/.footprint b/quota/.footprint index d1b1e3d0e..636c9a76b 100644 --- a/quota/.footprint +++ b/quota/.footprint @@ -10,10 +10,6 @@ lrwxrwxrwx root/root sbin/quotaoff -> quotaon drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -r-xr-xr-x root/root usr/bin/quota -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/rpcsvc/ --rw-r--r-- root/root usr/include/rpcsvc/rquota.h --rw-r--r-- root/root usr/include/rpcsvc/rquota.x drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -r--r--r-- root/root usr/man/man1/quota.1.gz diff --git a/quota/Pkgfile b/quota/Pkgfile index 4b49df847..4b7c661b5 100644 --- a/quota/Pkgfile +++ b/quota/Pkgfile @@ -6,7 +6,7 @@ name=quota version=3.17 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/linuxquota/$name-$version.tar.gz \ warnquota.conf) @@ -23,6 +23,7 @@ build(){ --enable-rootsbin=yes make make install ROOTDIR=$PKG + rm -r $PKG/usr/include install -D -m 644 $SRC/warnquota.conf $PKG/etc/quota/warnquota.conf find $PKG/etc/quota -type f | xargs sed -i 's|/etc|/etc/quota|' }