summaryrefslogtreecommitdiffstats
path: root/source/l/parted/parted.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/parted/parted.SlackBuild')
-rwxr-xr-xsource/l/parted/parted.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/l/parted/parted.SlackBuild b/source/l/parted/parted.SlackBuild
index 91e9a42d6..a10f29380 100755
--- a/source/l/parted/parted.SlackBuild
+++ b/source/l/parted/parted.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=parted
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -73,9 +73,6 @@ rm -rf ${PKGNAM}-${VERSION}
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-zcat $CWD/parted.configure.diff.gz | patch -p1 || exit 1
-zcat $CWD/parted.glibc228.diff.gz | patch -p1 || exit 1
-
# Make sure ownerships and permissions are sane:
chown -R root:root .
find . \