diff options
Diffstat (limited to 'system/bcache-tools/bcache-tools.SlackBuild')
-rw-r--r-- | system/bcache-tools/bcache-tools.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/bcache-tools/bcache-tools.SlackBuild b/system/bcache-tools/bcache-tools.SlackBuild index ffe21a9bcf9e..99b8de8959b9 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 . |