summaryrefslogtreecommitdiffstats
path: root/development/parrot
diff options
context:
space:
mode:
Diffstat (limited to 'development/parrot')
-rw-r--r--development/parrot/parrot.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/parrot/parrot.SlackBuild b/development/parrot/parrot.SlackBuild
index 84d6e19bc3..2678aad3b8 100644
--- a/development/parrot/parrot.SlackBuild
+++ b/development/parrot/parrot.SlackBuild
@@ -5,7 +5,7 @@
PRGNAM=parrot
VERSION=${VERSION:-2.6.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -69,6 +69,7 @@ perl Configure.pl \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
+ --pkgconfigdir=pkgconfig \
--parrot_is_shared \
$ICUCONFIG
@@ -80,7 +81,7 @@ cp -a \
CREDITS ChangeLog DEPRECATED.pod DONORS.pod LICENSE MANIFEST NEWS \
PBC_COMPAT PLATFORMS README* RESPONSIBLE_PARTIES TODO VERSION docs/ \
$PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.Slackbuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -rf $PKG/usr/share
mkdir -p $PKG/install