multimedia/vlc: Make sbolint happy.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
68f0dff824
commit
335cc8bac5
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue