diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-15 20:37:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-15 20:37:02 +0100 |
commit | 79203033e2418e4bbbcc64eaaf0c7d4830247f0b (patch) | |
tree | 1f0909147bee55d2cdff543e3d8a6f97dd16ab59 /base/file/Pkgfile | |
parent | 867602d151656e1be4afaae72fa83dbd85393652 (diff) | |
download | nutyx-extra-79203033e2418e4bbbcc64eaaf0c7d4830247f0b.tar.gz nutyx-extra-79203033e2418e4bbbcc64eaaf0c7d4830247f0b.tar.bz2 nutyx-extra-79203033e2418e4bbbcc64eaaf0c7d4830247f0b.tar.xz nutyx-extra-79203033e2418e4bbbcc64eaaf0c7d4830247f0b.zip |
file, maj 5.05-1
Diffstat (limited to 'base/file/Pkgfile')
-rwxr-xr-x | base/file/Pkgfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/base/file/Pkgfile b/base/file/Pkgfile index 57ff92db3..659b72084 100755 --- a/base/file/Pkgfile +++ b/base/file/Pkgfile @@ -5,16 +5,13 @@ # Depends on: name=file -version=5.04 +version=5.05 release=1 source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) build() { cd $name-$version -sed -i -e '197,+1d' \ - -e '189,+1d' \ - -e 's/token$/tokens/' doc/file.man ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info |