diff options
Diffstat (limited to 'source/a/coreutils/coreutils.SlackBuild')
-rwxr-xr-x | source/a/coreutils/coreutils.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild index 3d31bf9f..86019984 100755 --- a/source/a/coreutils/coreutils.SlackBuild +++ b/source/a/coreutils/coreutils.SlackBuild @@ -22,7 +22,7 @@ PKGNAM=coreutils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j6} @@ -174,7 +174,7 @@ gzip -9 $PKG/usr/info/* mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - ABOUT-NLS AUTHORS COPYING* NEWS README THANKS THANKS-to-translators TODO \ + AUTHORS COPYING* NEWS README* THANKS THANKS-to-translators TODO \ $PKG/usr/doc/$PKGNAM-$VERSION # If there's a ChangeLog, installing at least part of the recent history |