summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author David Spencer2017-10-30 15:46:46 +0100
committer Willy Sudiarto Raharjo2017-11-01 01:34:06 +0100
commit4576e69ca210f5dc395f9c0d44286d887260c584 (patch)
treeae2c1bec33eb8c88b12626d6fdd382f902593b63 /office
parentab5223bd090c3f31d61a67a36ef1e85a8dd08163 (diff)
downloadslackbuilds-4576e69ca210f5dc395f9c0d44286d887260c584.tar.gz
office/aspell6-es: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/aspell6-es/aspell6-es.SlackBuild5
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