mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
rtmpdump: remove wrong install script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
LIBVPX_SO=`ls -d $PKG_BUILD/libvpx.so*`
|
||||
LIBVPX_SONAME=`basename $LIBVPX_SO`
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/libvpx.so* $INSTALL/usr/lib
|
||||
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0
|
||||
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0.9
|
||||
Reference in New Issue
Block a user