summaryrefslogtreecommitdiffstats
path: root/base/automake/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/automake/Pkgfile')
-rwxr-xr-xbase/automake/Pkgfile4
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
}