From b9731fa2bfda8eabf1e340edee7c0236270d97bd Mon Sep 17 00:00:00 2001 From: Nikos Giotis Date: Fri, 8 May 2015 22:22:18 +0700 Subject: system/bcache-tools: Add compatibility patch. Signed-off-by: Willy Sudiarto Raharjo --- system/bcache-tools/bcache-tools.SlackBuild | 6 ++++-- system/bcache-tools/udev-rules-no-run-builtin.patch.gz | Bin 0 -> 294 bytes 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 system/bcache-tools/udev-rules-no-run-builtin.patch.gz (limited to 'system/bcache-tools') diff --git a/system/bcache-tools/bcache-tools.SlackBuild b/system/bcache-tools/bcache-tools.SlackBuild index ffe21a9bcf..99b8de8959 100644 --- a/system/bcache-tools/bcache-tools.SlackBuild +++ b/system/bcache-tools/bcache-tools.SlackBuild @@ -21,7 +21,7 @@ PRGNAM=bcache-tools VERSION=${VERSION:-1.0.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -60,9 +60,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz cd $PRGNAM-$VERSION -# Patch for slackware compatibility +# Patches for slackware compatibility # Disable initramfs, initcpio and dracut installations from 'make install' step zcat $CWD/no-initramfs-initcpio-dracut-install.patch.gz | patch -p0 --verbose +# Convert RUN{builtin} udev rule to RUN +zcat $CWD/udev-rules-no-run-builtin.patch.gz | patch -p0 --verbose # Fix permissions chown -R root:root . diff --git a/system/bcache-tools/udev-rules-no-run-builtin.patch.gz b/system/bcache-tools/udev-rules-no-run-builtin.patch.gz new file mode 100644 index 0000000000..61c6b57825 Binary files /dev/null and b/system/bcache-tools/udev-rules-no-run-builtin.patch.gz differ -- cgit v1.2.3