summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/automake/.footprint3
-rwxr-xr-xbase/automake/Pkgfile4
2 files changed, 2 insertions, 5 deletions
diff --git a/base/automake/.footprint b/base/automake/.footprint
index 985fc32d6..6727ed59e 100644
--- a/base/automake/.footprint
+++ b/base/automake/.footprint
@@ -126,9 +126,6 @@ drwxr-xr-x root/root usr/share/automake-1.11/am/
-rwxr-xr-x root/root usr/share/automake-1.11/symlink-tree
-rw-r--r-- root/root usr/share/automake-1.11/texinfo.tex
-rwxr-xr-x root/root usr/share/automake-1.11/ylwrap
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/automake/
--rw-r--r-- root/root usr/share/doc/automake/amhello-1.0.tar.gz
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/automake.info-1.gz
-rw-r--r-- root/root usr/share/info/automake.info-2.gz
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
}