diff options
Diffstat (limited to 'system/pw/pw.SlackBuild')
-rw-r--r-- | system/pw/pw.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/pw/pw.SlackBuild b/system/pw/pw.SlackBuild index 992e7252958ce..03b6673e18045 100644 --- a/system/pw/pw.SlackBuild +++ b/system/pw/pw.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pw -VERSION=${VERSION:-1} +VERSION=${VERSION:-2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -57,9 +57,10 @@ chown root:root * chmod 644 * make CFLAGS="$SLKCFLAGS" -mkdir -p $PKG/usr/{bin,man/man1} +mkdir -p $PKG/usr/{bin,man/man{1,5}} install -s pw $PKG/usr/bin/pw gzip -9c < pw.1 > $PKG/usr/man/man1/pw.1.gz +gzip -9c < pw-relnotes.5 > $PKG/usr/man/man5/pw-relnotes.5.gz PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKGDOC |