[vlc-commits] extras/macosx: removed remnants from package script, which are no longer needed

Felix Paul Kühne git at videolan.org
Wed Dec 19 17:11:59 CET 2012


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Dec 19 17:11:56 2012 +0100| [634aba43ceff1ea7fdbd3e35f6be986a05b36a4a] | committer: Felix Paul Kühne

extras/macosx: removed remnants from package script, which are no longer needed

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=634aba43ceff1ea7fdbd3e35f6be986a05b36a4a
---

 extras/macosx/build-package.sh |   19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/extras/macosx/build-package.sh b/extras/macosx/build-package.sh
index 01f26fc..67d49e3 100644
--- a/extras/macosx/build-package.sh
+++ b/extras/macosx/build-package.sh
@@ -234,11 +234,7 @@ fi
 
 ##########################
 # Hack for VLC.app
-if [ "$FULL_PRODUCT_NAME" = "VLC.app" ] ; then
-    vlc_install "bin/${prefix}" "vlc" "${target}" "bin" "@loader_path/lib"
-    mv ${target}/vlc ${target}/VLC
-    chmod +x ${target}/VLC
-elif [ "$FULL_PRODUCT_NAME" = "VLC-Plugin.plugin" ] ; then
+if [ "$FULL_PRODUCT_NAME" = "VLC-Plugin.plugin" ] ; then
     # install Safari webplugin
     vlc_install "${src_dir}/${prefix}" "npvlc.${suffix}" "${target}" "lib" "@loader_path/lib"
     mv ${target}/npvlc.${suffix} "${target}/VLC Plugin"
@@ -264,16 +260,3 @@ cd ${target_lib}
 ln -sf libvlc.5.dylib libvlc.dylib
 ln -sf libvlccore.5.dylib libvlccore.dylib
 popd > /dev/null
-
-##########################
-# Build the share folder
-if [ $PRODUCT != "VLC.app" ]; then
-    echo "Building share folder..."
-    pbxcp="cp -av" 
-    mkdir -p ${target_share}
-    if test "$use_archs" = "no"; then
-        $pbxcp ${libvlc_dir}/share/vlc/lua ${target_share}
-    else
-        $pbxcp ${main_build_dir}/share/lua ${target_share}
-    fi
-fi



More information about the vlc-commits mailing list