diff options
Diffstat (limited to 'system/pkg/pkg.SlackBuild')
-rw-r--r-- | system/pkg/pkg.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/pkg/pkg.SlackBuild b/system/pkg/pkg.SlackBuild index aeb4c10497..57e42ef871 100644 --- a/system/pkg/pkg.SlackBuild +++ b/system/pkg/pkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pkg -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -69,6 +69,8 @@ make install PREFIX=$PKG/usr APP_NAME=$PRGNAM find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +mv $PKG/usr/share/man $PKG/usr/ + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ README.md \ |