From 8b3fc2ad70d1a6740b0aa295d38bd41f2341d94f Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 2 Mar 2010 09:21:17 +0100 Subject: [PATCH] fixed footprint for eabi support --- coreutils/Pkgfile | 7 +++++-- m4/Pkgfile | 3 +++ vim/.footprint | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index ae52478..64ef210 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -6,14 +6,17 @@ name=coreutils version=8.4 -release=1 +release=2 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz coreutils-uname.patch) build() { cd $name-$version patch -p1 -i $SRC/coreutils-uname.patch - touch man/{uname,hostname,hostid,arch,chroot,nice,who}.1 + + for f in $(find man/ -type f -name '*.x' -exec basename {} .x \;); do + touch $f + done cat > config.cache <