+2005-07-12 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by mjs.
+
+ * checkout-svg: Fixed error with symlink creation.
+
2005-07-12 Eric Seidel <eseidel@apple.com>
Reviewed by mjs.
# Make the necessary symlinks
print "\nCreating symlinks (kdom, kcanvas, ksvg2, WebCore+SVG) from WebCore into SVGSupport\n";
-symlink("SVGSupport/kdom", "WebCore/kdom");
-symlink("SVGSupport/kcanvas", "WebCore/kcanvas");
-symlink("SVGSupport/ksvg2", "WebCore/ksvg2");
-symlink("SVGSupport/WebCore+SVG", "WebCore/WebCore+SVG");
+symlink("../SVGSupport/kdom", "WebCore/kdom");
+symlink("../SVGSupport/kcanvas", "WebCore/kcanvas");
+symlink("../SVGSupport/ksvg2", "WebCore/ksvg2");
+symlink("../SVGSupport/WebCore+SVG", "WebCore/WebCore+SVG");
# Ready to build.
print "\n";