diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-10-30 14:46:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-01 07:34:06 +0700 |
commit | 4576e69ca210f5dc395f9c0d44286d887260c584 (patch) | |
tree | ae2c1bec33eb8c88b12626d6fdd382f902593b63 | |
parent | ab5223bd090c3f31d61a67a36ef1e85a8dd08163 (diff) |
office/aspell6-es: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-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 def66e1d8559..ee2bedce5a40 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 |