diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-12 20:02:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-13 08:59:51 +0200 |
commit | 8efda2a1ab784668bf5046915f7e4ae0f48ad8b2 (patch) | |
tree | 88d69d63f16ffe8a1429aa8637416cf535d51966 /source/ap | |
parent | 4907ec15b89c8c3f8d54fc3c9c0122a6ffb5d09d (diff) | |
download | current-8efda2a1ab784668bf5046915f7e4ae0f48ad8b2.tar.gz |
Sun Apr 12 20:02:28 UTC 202020200412200228
ap/man-pages-5.06-noarch-1.txz: Upgraded.
l/libyaml-0.2.3-x86_64-1.txz: Upgraded.
n/dnsmasq-2.81-x86_64-1.txz: Upgraded.
x/libinput-1.15.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/man-pages/man-pages.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/man-pages/man-pages.SlackBuild b/source/ap/man-pages/man-pages.SlackBuild index db9bae93..168a4cb6 100755 --- a/source/ap/man-pages/man-pages.SlackBuild +++ b/source/ap/man-pages/man-pages.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=man-pages VERSION=${VERSION:-$(echo man-pages-5.*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ARCH=noarch -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -98,7 +98,7 @@ rm -r $TEMPDIR # Add a documentation directory: mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION cp -a \ - man-pages-$VERSION/{CONTRIBUTING,Changes,README,man-pages-5.05.Announce,man-pages-5.05.lsm} \ + man-pages-$VERSION/{CONTRIBUTING,Changes,README,man-pages-${VERSION}.Announce,man-pages-${VERSION}.lsm} \ man-pages-posix-2013-a/POSIX-COPYRIGHT \ $PKG/usr/doc/${PKGNAM}-$VERSION |