summaryrefslogtreecommitdiffstats
path: root/source/installer/busybox.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/busybox.SlackBuild')
-rwxr-xr-xsource/installer/busybox.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/installer/busybox.SlackBuild b/source/installer/busybox.SlackBuild
index adceb07c0..a80631e3b 100755
--- a/source/installer/busybox.SlackBuild
+++ b/source/installer/busybox.SlackBuild
@@ -21,7 +21,7 @@
PKGNAM=busybox
-VERSION=${VERSION:-1.12.1}
+VERSION=${VERSION:-1.15.3}
ARCH=${ARCH:-x86_64}
BUILD=${BUILD:-1}
@@ -36,7 +36,7 @@ rm -rf ${PKGNAM}-${VERSION}
tar xjvf $CWD/${PKGNAM}-$VERSION.tar.bz2 || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-zcat $CWD/busybox-1.12.1_inotify.diff.gz | patch -p1 --verbose || exit 1
+zcat $CWD/busybox.2.6.32.2.diff.gz | patch -p1 || exit 1
# Make sure ownerships and permissions are sane:
chown -R root:root .