summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-03-04 17:15:05 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:25 +0700
commitb5aae8640279f93e7093058521985856ed39191f (patch)
tree7f0d103d92c10be346ca6e1dbbeb6f6fa4a047ab
parent2b0d598719d05b0e5cc8a3de480f17dbe2c545f6 (diff)
downloadslackbuilds-b5aae8640279f93e7093058521985856ed39191f.tar.gz
slackbuilds-b5aae8640279f93e7093058521985856ed39191f.tar.xz
graphics/graph-easy: Remove perllocal.pod.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--graphics/graph-easy/graph-easy.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/graph-easy/graph-easy.SlackBuild b/graphics/graph-easy/graph-easy.SlackBuild
index bd1eb30a6b..3b23a58977 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