diff options
Diffstat (limited to 'system/fish/fish.SlackBuild')
-rw-r--r-- | system/fish/fish.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 721279d5f90b5..5e32111ad89e0 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fish -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,8 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -autoreconf -fiv - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -83,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux -make V=1 +make make install DESTDIR=$PKG # Let's not clobber the config |