From 08cd73295538c27f4c20818443a4e1abe43782f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Fritz?= <r.fritz@colorcube.de>
Date: Fri, 17 Oct 2003 23:00:20 +0000
Subject: [PATCH] test

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@30 709f56b5-9817-0410-a4d7-c38de5d9e867
---
 create_symlinks.sh | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 create_symlinks.sh

diff --git a/create_symlinks.sh b/create_symlinks.sh
new file mode 100644
index 000000000000..13c5d9a20408
--- /dev/null
+++ b/create_symlinks.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# This procedure is only needed when you check out the source for the first time ever.
+
+
+# Create symlink for tslib:
+ln -s typo3/sysext/cms/tslib
+
+# Go to typo3/ folder:
+cd typo3/
+
+# Create symlinks for t3lib/ and other things:
+ln -s ../t3lib
+ln -s ../t3lib/thumbs.php
+ln -s ../t3lib/gfx
+
+# Finally, go to the t3lib/fonts/ dir:
+cd t3lib/fonts/
+
+ #Create two symlinks to fonts:
+ln -s vera.ttf verdana.ttf
+ln -s nimbus.ttf arial.ttf
+
-- 
GitLab