diff options
author | Pierre Cazenave <pwcazenave@gmail.com> | 2010-05-13 00:40:15 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:40:15 +0200 |
commit | 7d39cbab7d9c48cba06f3fb8024b8133df40b711 (patch) | |
tree | faaed5260bee8a2e40ba0535b18be4ceacfd4eeb /system/fish/fish.SlackBuild | |
parent | a2b61cac4e045183faf3a9053830a6420fc92476 (diff) |
system/fish: Updated for version 1.23.1
Diffstat (limited to 'system/fish/fish.SlackBuild')
-rw-r--r-- | system/fish/fish.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 7f80669956ff..dab91f82170f 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -1,9 +1,10 @@ #!/bin/sh # Slackware build script for the fish shell + # Updated for version 1.23.1 20/09/2009 # Updated for Slackware64 28/05/2009 -# + # Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # All rights reserved. # @@ -61,11 +62,12 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --docdir=/usr/doc/$PRGNAM-$VERSION + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG @@ -96,4 +98,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |