diff options
Diffstat (limited to 'libraries/python3-CherryPy/python3-CherryPy.SlackBuild')
-rw-r--r-- | libraries/python3-CherryPy/python3-CherryPy.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/python3-CherryPy/python3-CherryPy.SlackBuild b/libraries/python3-CherryPy/python3-CherryPy.SlackBuild index 0e50f9cc44..c9c52834ce 100644 --- a/libraries/python3-CherryPy/python3-CherryPy.SlackBuild +++ b/libraries/python3-CherryPy/python3-CherryPy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-CherryPy -# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-CherryPy -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-18.9.0} +SRCNAM=cherrypy +VERSION=${VERSION:-18.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,7 +71,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # install man page mkdir -p $PKG/usr/man/man1 install -D -m0644 man/cherryd.1 $PKG/usr/man/man1/cherryd.1 -find $PKG/usr/man -type f -exec gzip -9 {} \; +find $PKG/usr/man -type f -exec gzip -9 {} \+ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |