audio/alsa-tools: Remove bad symlinks, empty /etc dir.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-04-02 14:16:07 -04:00
parent 060c98ed32
commit 5142959baa

View file

@ -13,6 +13,7 @@
# the firmware is being included in the package as well.
# *** I agree. --rworkman :-)
# 20220402 bkw: BUILD=2, remove broken symlinks, empty /etc dir
# 20210804 bkw: update for 1.2.5 (firmware 1.2.4)
# 20200224 bkw: update for 1.2.2 (firmware 1.2.1)
# 20181204 bkw: update for 1.1.7
@ -223,6 +224,13 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
rm -f $PKG/usr/lib*/*.la
# 20220402 bkw: the firmware tarball doesn't include this firmware,
# but 'make install' creates *broken* symlinks to it.
rm -rf $PKG/lib/firmware/turtlebeach/
# 20220402 bkw: /etc is included in the package for no apparent reason.
rmdir $PKG/etc
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh