diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-07 15:48:01 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-07 15:48:01 +0200 |
commit | 4fff421e55b42694a85dbb24d9a1a41534d9d463 (patch) | |
tree | 08ee9e07c86e6038102e408c201a3d60a7c7fc3d /base/automake/Pkgfile | |
parent | 02d2c2eec46b7c589f89e4a2b82fc602f113985b (diff) | |
download | nutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.tar.gz nutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.tar.bz2 nutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.tar.xz nutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.zip |
maj automake#1.11-2
Diffstat (limited to 'base/automake/Pkgfile')
-rwxr-xr-x | base/automake/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/automake/Pkgfile b/base/automake/Pkgfile index 3eee4ef38..8bc373d98 100755 --- a/base/automake/Pkgfile +++ b/base/automake/Pkgfile @@ -2,11 +2,10 @@ # URL:http://www.gnu.org/software/automake/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends: name=automake version=1.11 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { @@ -17,4 +16,5 @@ make prefix=$PKG/usr install if [ -f $PKG/usr/share/info/dir ]; then rm $PKG/usr/share/info/dir fi +rm -r $PKG/usr/share/doc } |