diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-01-09 22:44:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-01-10 08:59:42 +0100 |
commit | 01b2250a14e3a3bd513ce6f57bc995d19efe26e1 (patch) | |
tree | 73784978ed4f23b67abb5ccee87e97f3f85d4f62 /source/l | |
parent | 1e8ea1d7ed43fc66a7452dfa0557f42aa3916aea (diff) | |
download | current-01b2250a14e3a3bd513ce6f57bc995d19efe26e1.tar.gz |
Wed Jan 9 22:44:36 UTC 201920190109224436
a/kernel-generic-4.19.14-x86_64-1.txz: Upgraded.
a/kernel-huge-4.19.14-x86_64-1.txz: Upgraded.
a/kernel-modules-4.19.14-x86_64-1.txz: Upgraded.
a/sysvinit-2.93-x86_64-2.txz: Rebuilt.
Patched to fix version number display.
a/util-linux-2.33.1-x86_64-1.txz: Upgraded.
d/kernel-headers-4.19.14-x86-1.txz: Upgraded.
k/kernel-source-4.19.14-noarch-1.txz: Upgraded.
l/alsa-plugins-1.1.8-x86_64-2.txz: Rebuilt.
Remove symlink that breaks audio output.
extra/pure-alsa-system/alsa-plugins-1.1.8-x86_64-2_alsa.txz: Rebuilt.
Remove symlink that breaks audio output.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/alsa-plugins/alsa-plugins.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/source/l/alsa-plugins/alsa-plugins.SlackBuild b/source/l/alsa-plugins/alsa-plugins.SlackBuild index 7fde7eb2..81d41f33 100755 --- a/source/l/alsa-plugins/alsa-plugins.SlackBuild +++ b/source/l/alsa-plugins/alsa-plugins.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -100,10 +100,8 @@ CXXFLAGS="$SLKCFLAGS -DHAVE_STDINT_H -DUSE_LIBSPEEX" \ make $NUMJOBS || make || exit 1 make install-strip DESTDIR=$PKG || exit 1 -if [ "$VERSION" = "1.1.7" ]; then - # Remove symlink that's breaking audio: - rm -f $PKG/etc/alsa/conf.d/98-maemo.conf -fi +# Remove symlink that's breaking audio: +rm -f $PKG/etc/alsa/conf.d/98-maemo.conf mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ |