mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- bugfix for linux installer build script finding vlc folder
This commit is contained in:
parent
a690867bcd
commit
d6e7deb26e
@ -270,9 +270,11 @@ if [ $REPACKONLY -eq 0 ]; then
|
|||||||
copyGlestDeptsCmd="${INSTALL_ROOTDIR}makedeps_folder.sh megaglest"
|
copyGlestDeptsCmd="${INSTALL_ROOTDIR}makedeps_folder.sh megaglest"
|
||||||
$copyGlestDeptsCmd
|
$copyGlestDeptsCmd
|
||||||
|
|
||||||
|
cd "$CURRENTDIR"
|
||||||
|
cd data
|
||||||
LIBVLC_DIR_CHECK=$( ldd megaglest | grep "libvlc\." | sort -u | awk '{print $3}' )
|
LIBVLC_DIR_CHECK=$( ldd megaglest | grep "libvlc\." | sort -u | awk '{print $3}' )
|
||||||
if [ "$LIBVLC_DIR_CHECK" != '' ]; then
|
if [ "$LIBVLC_DIR_CHECK" != '' ]; then
|
||||||
LIBVLC_DIR=$( $LIBVLC_DIR_CHECK | xargs dirname )
|
LIBVLC_DIR=$( dirname $LIBVLC_DIR_CHECK )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo LibVLC installed in [$LIBVLC_DIR] copying to lib/
|
echo LibVLC installed in [$LIBVLC_DIR] copying to lib/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user