[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:47:12 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit fc1daf82f71ef99e0273f12fdaf34b56034189ae
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jul 13 21:31:15 2003 +0000

            Fixed symbolic link path as Matt Reda suggested.
    
            * WebKit.pbproj/project.pbxproj: Changed paths in both of Maciej's new build phases
            to use Versions/Current instead of Versions/A.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4637 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 6f6b5f6..d129ded 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,12 @@
 2003-07-13  Darin Adler  <darin at apple.com>
 
+        Fixed symbolic link path as Matt Reda suggested.
+
+        * WebKit.pbproj/project.pbxproj: Changed paths in both of Maciej's new build phases
+        to use Versions/Current instead of Versions/A.
+
+2003-07-13  Darin Adler  <darin at apple.com>
+
         Fixed DSTROOT path as Eric Weiss suggested.
 
         * WebKit.pbproj/project.pbxproj: Changed paths in both of Maciej's new build phases.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 83a8907..8a8e0a8 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -1679,7 +1679,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 1;
 			shellPath = /bin/sh;
-			shellScript = "ln -sf Versions/A/Frameworks ${SYMROOT}/WebKit.framework/Frameworks; ln -sf Versions/A/Frameworks ${DSTROOT}/System/Library/WebKit.framework/Frameworks";
+			shellScript = "ln -sf Versions/Current/Frameworks ${SYMROOT}/WebKit.framework/Frameworks; ln -sf Versions/Current/Frameworks ${DSTROOT}/System/Library/WebKit.framework/Frameworks";
 		};
 		6578F5DE045F817400000128 = {
 			expectedFileType = sourcecode.c.h;
@@ -1789,7 +1789,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "ln -sf Versions/A/Frameworks ${SYMROOT}/WebKit.framework/Frameworks; ln -sf Versions/A/Frameworks ${DSTROOT}/System/Library/WebKit.framework/Frameworks";
+			shellScript = "ln -sf Versions/Current/Frameworks ${SYMROOT}/WebKit.framework/Frameworks; ln -sf Versions/Current/Frameworks ${DSTROOT}/System/Library/WebKit.framework/Frameworks";
 		};
 //650
 //651

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list