diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2010-08-29 19:55:39 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-29 19:59:21 -0400 |
commit | 0b666514b3aacc86fbb782fdd93bd89eb10d900e (patch) | |
tree | 0109ba9247d5eedb76990da2e29030500d35db15 /development/parrot | |
parent | 7f70444fdcae911b2f3358468dd551dd84b784eb (diff) | |
download | slackbuilds-0b666514b3aacc86fbb782fdd93bd89eb10d900e.tar.gz |
development/parrot: Fixed pkgconfig path and typo.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/parrot')
-rw-r--r-- | development/parrot/parrot.SlackBuild | 5 |
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 |