diff --git a/fakeroot/.md5sum b/fakeroot/.md5sum index 031466fcf..c9049e953 100644 --- a/fakeroot/.md5sum +++ b/fakeroot/.md5sum @@ -1 +1 @@ -02a410fade33f08d2556fdb60edaaf62 fakeroot_1.5.8.tar.gz +99c9d8869f34e3a093f61a21269a6051 fakeroot_1.5.9.tar.gz diff --git a/fakeroot/Pkgfile b/fakeroot/Pkgfile index a7d425a03..ac8c45daf 100644 --- a/fakeroot/Pkgfile +++ b/fakeroot/Pkgfile @@ -1,16 +1,17 @@ # Description: Run commands in an environment faking root privileges -# URL: http://packages.debian.org/unstable/utils/fakeroot +# URL: http://packages.debian.org/unstable/utils/fakeroot # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de name=fakeroot -version=1.5.8 +version=1.5.9 release=1 source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz) build () { cd $name-$version sed -i '/^SUBDIRS/d; /^all:/s/ .*$//' doc/Makefile.in - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/man make make DESTDIR=$PKG install }