diff options
Diffstat (limited to 'system/bit-babbler/bit-babbler.SlackBuild')
-rw-r--r-- | system/bit-babbler/bit-babbler.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/bit-babbler/bit-babbler.SlackBuild b/system/bit-babbler/bit-babbler.SlackBuild index 479a328b1d..d86c3af796 100644 --- a/system/bit-babbler/bit-babbler.SlackBuild +++ b/system/bit-babbler/bit-babbler.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -e -# SlackBuild for BitBabbler TRNG software, 28 November 2016 +# SlackBuild for BitBabbler TRNG software, 4 December 2016 # Arthur W. Green <awg@posteo.us> # All rights reserved. # @@ -28,7 +28,7 @@ PRGNAM=bit-babbler VERSION=${VERSION:-0.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -99,7 +99,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # install sysctl setting, udev rules, and init script. install -D -m 0644 debian/bit-babbler-sysctl.conf $PKG/etc/sysctl.d/bit-babbler-sysctl.conf -install -D -m 0644 debian/bit-babbler.udev $PKG/etc/udev/rules.d/90-bit-babbler.rules +install -D -m 0644 debian/bit-babbler.udev $PKG/lib/udev/rules.d/90-bit-babbler.rules install -D -m 0644 $CWD/rc.seedd.new $PKG/etc/rc.d/rc.seedd.new mkdir -p $PKG/install |