summaryrefslogtreecommitdiffstats
path: root/system/bit-babbler/bit-babbler.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/bit-babbler/bit-babbler.SlackBuild')
-rw-r--r--system/bit-babbler/bit-babbler.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/bit-babbler/bit-babbler.SlackBuild b/system/bit-babbler/bit-babbler.SlackBuild
index 739d560a07..479a328b1d 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, 1 November 2016
+# SlackBuild for BitBabbler TRNG software, 28 November 2016
# Arthur W. Green <awg@posteo.us>
# All rights reserved.
#
@@ -27,7 +27,7 @@
# bit-babbler source distribution for more on this.
PRGNAM=bit-babbler
-VERSION=${VERSION:-0.5}
+VERSION=${VERSION:-0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -100,10 +100,11 @@ 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 $CWD/rc.seedd $PKG/etc/rc.d/rc.seedd
+install -D -m 0644 $CWD/rc.seedd.new $PKG/etc/rc.d/rc.seedd.new
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}