]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Fix contrib location.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 02:30:03 +0000 (02:30 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 02:30:03 +0000 (02:30 +0000)
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index 83ca72a99242f45f9c00995716eb847adceeada8..e8d28eddf352cd7f7ec2e15b24a1101cb68fb47b 100644 (file)
                        files = (
                        );
                        inputPaths = (
-                               $SRCROOT/../../contrib/bootstrap,
+                               $SRCROOT/../../../extras/contrib/bootstrap,
                        );
                        outputPaths = (
-                               $SRCROOT/../../contrib/config.mak,
+                               $SRCROOT/../../../extras/contrib/config.mak,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../contrib && ./bootstrap";
+                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../../extras/contrib && ./bootstrap";
                        showEnvVarsInLog = 0;
                };
                633BD6EB0D2ADF280012A314 /* ShellScript */ = {
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../contrib && make";
+                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../../extras/contrib && make";
                        showEnvVarsInLog = 0;
                };
                63FFDBCD0D2AE2AE0092FC96 /* ShellScript */ = {