multimedia/vlc: Make sbolint happy.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-04 09:21:51 -05:00 committed by Willy Sudiarto Raharjo
parent 68f0dff824
commit 335cc8bac5
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 2 additions and 0 deletions

View File

@ -149,7 +149,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
###sbolint off
sed -e s/%LIBDIRSUFFIX%/$LIBDIRSUFFIX/g $CWD/doinst.sh.in > $PKG/install/doinst.sh
###sbolint on
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}