mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 02:40:17 +02:00
- bugfix for linux installer build script finding vlc folder
This commit is contained in:
@@ -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/
|
||||||
|
Reference in New Issue
Block a user