office/aspell6-es: Fixed SlackBuild.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-10-30 14:46:46 +00:00 committed by Willy Sudiarto Raharjo
parent ab5223bd09
commit 4576e69ca2
1 changed files with 1 additions and 4 deletions

View File

@ -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