diff options
Diffstat (limited to 'system/bcache-tools')
-rw-r--r-- | system/bcache-tools/bcache-tools.SlackBuild | 6 | ||||
-rw-r--r-- | system/bcache-tools/udev-rules-no-run-builtin.patch.gz | bin | 0 -> 294 bytes |
2 files changed, 4 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 0000000000..61c6b57825 --- /dev/null +++ b/system/bcache-tools/udev-rules-no-run-builtin.patch.gz |