diff options
-rw-r--r-- | graphics/graph-easy/graph-easy.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/graph-easy/graph-easy.SlackBuild b/graphics/graph-easy/graph-easy.SlackBuild index bd1eb30a6bdf..3b23a58977c7 100644 --- a/graphics/graph-easy/graph-easy.SlackBuild +++ b/graphics/graph-easy/graph-easy.SlackBuild @@ -16,12 +16,14 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# 20230304 bkw: modified by SlackBuilds.org: get rid of perllocal.pod + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=graph-easy SRCNAM=Graph-Easy VERSION=${VERSION:-0.76} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -88,6 +90,9 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r find $PKG -depth -type d -empty -delete || true +# 20230304 bkw: nope. +rm -f $PKG/usr/lib*/perl5/perllocal.pod + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README TODO CHANGES LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |