diff options
Diffstat (limited to 'office/aspell6-es')
-rw-r--r-- | office/aspell6-es/aspell6-es.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/office/aspell6-es/aspell6-es.SlackBuild b/office/aspell6-es/aspell6-es.SlackBuild index def66e1d85..ee2bedce5a 100644 --- a/office/aspell6-es/aspell6-es.SlackBuild +++ b/office/aspell6-es/aspell6-es.SlackBuild @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # Slackware build script for aspell6-es @@ -70,9 +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 {} \; -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" - ./configure make make install DESTDIR=$PKG |