Skip to content

Commit

Permalink
automake: don't remove required files, relbump
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jul 11, 2024
1 parent aabd7e4 commit a48adb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions automake/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ drwxr-xr-x root/root usr/share/aclocal-1.16/internal/
-rw-r--r-- root/root usr/share/aclocal-1.16/upc.m4
-rw-r--r-- root/root usr/share/aclocal-1.16/vala.m4
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/README
drwxr-xr-x root/root usr/share/automake-1.16/
drwxr-xr-x root/root usr/share/automake-1.16/Automake/
-rw-r--r-- root/root usr/share/automake-1.16/Automake/ChannelDefs.pm
Expand All @@ -64,6 +65,8 @@ drwxr-xr-x root/root usr/share/automake-1.16/Automake/
-rw-r--r-- root/root usr/share/automake-1.16/Automake/Version.pm
-rw-r--r-- root/root usr/share/automake-1.16/Automake/Wrap.pm
-rw-r--r-- root/root usr/share/automake-1.16/Automake/XFile.pm
-rw-r--r-- root/root usr/share/automake-1.16/COPYING
-rw-r--r-- root/root usr/share/automake-1.16/INSTALL
drwxr-xr-x root/root usr/share/automake-1.16/am/
-rw-r--r-- root/root usr/share/automake-1.16/am/check.am
-rw-r--r-- root/root usr/share/automake-1.16/am/check2.am
Expand Down Expand Up @@ -116,6 +119,7 @@ drwxr-xr-x root/root usr/share/automake-1.16/am/
-rwxr-xr-x root/root usr/share/automake-1.16/py-compile
-rwxr-xr-x root/root usr/share/automake-1.16/tap-driver.sh
-rwxr-xr-x root/root usr/share/automake-1.16/test-driver
-rw-r--r-- root/root usr/share/automake-1.16/texinfo.tex
-rwxr-xr-x root/root usr/share/automake-1.16/ylwrap
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
Expand Down
8 changes: 5 additions & 3 deletions automake/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name=automake
version=1.16.5
release=1
release=2
source=https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz

build() {
Expand All @@ -18,6 +18,8 @@ build() {

# remove junk
cd $PKG/usr/share; rm -r info doc
cd $PKG/usr/share/automake-*; rm texinfo.tex COPYING INSTALL
cd $PKG/usr/share/aclocal; rm README

# don't remove these files, they're required by autoconf/automake
#cd $PKG/usr/share/automake-*; rm texinfo.tex COPYING INSTALL
#cd $PKG/usr/share/aclocal; rm README
}

0 comments on commit a48adb9

Please sign in to comment.