diff options
Diffstat (limited to 'source/ap/diffutils/diffutils.SlackBuild')
-rwxr-xr-x | source/ap/diffutils/diffutils.SlackBuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/source/ap/diffutils/diffutils.SlackBuild b/source/ap/diffutils/diffutils.SlackBuild index 3653a4a5..eab4ff94 100755 --- a/source/ap/diffutils/diffutils.SlackBuild +++ b/source/ap/diffutils/diffutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=diffutils VERSION=${VERSION:-$(echo diffutils-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -77,13 +77,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -zcat $CWD/diffutils-sdiff-no-waitpid.patch.gz | patch -p1 || exit 1 -# Prevent ruining sdiff.1 by touching it so it won't "regenerate": -touch man/sdiff.1 - -# Fix installation of NLS files: -zcat $CWD/diffutils.mkdir_p.diff.gz | patch -p1 || exit 1 - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |