From 9f8eab7dc36dc53e50d83a8664eb1a56dcf9e0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Auswo=CC=88ger?= Date: Tue, 30 Jun 2015 14:38:53 +0200 Subject: [PATCH] Fixed symlink recursion --- src/MadeYourDay/Contao/Resources/contao | 1 - src/MadeYourDay/Contao/Resources/contao/config | 1 + src/MadeYourDay/Contao/Resources/contao/dca | 1 + src/MadeYourDay/Contao/Resources/contao/languages | 1 + src/MadeYourDay/Contao/Resources/contao/templates | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) delete mode 120000 src/MadeYourDay/Contao/Resources/contao create mode 120000 src/MadeYourDay/Contao/Resources/contao/config create mode 120000 src/MadeYourDay/Contao/Resources/contao/dca create mode 120000 src/MadeYourDay/Contao/Resources/contao/languages create mode 120000 src/MadeYourDay/Contao/Resources/contao/templates diff --git a/src/MadeYourDay/Contao/Resources/contao b/src/MadeYourDay/Contao/Resources/contao deleted file mode 120000 index c866b86..0000000 --- a/src/MadeYourDay/Contao/Resources/contao +++ /dev/null @@ -1 +0,0 @@ -../../../.. \ No newline at end of file diff --git a/src/MadeYourDay/Contao/Resources/contao/config b/src/MadeYourDay/Contao/Resources/contao/config new file mode 120000 index 0000000..a61e19e --- /dev/null +++ b/src/MadeYourDay/Contao/Resources/contao/config @@ -0,0 +1 @@ +../../../../../config \ No newline at end of file diff --git a/src/MadeYourDay/Contao/Resources/contao/dca b/src/MadeYourDay/Contao/Resources/contao/dca new file mode 120000 index 0000000..0dfc462 --- /dev/null +++ b/src/MadeYourDay/Contao/Resources/contao/dca @@ -0,0 +1 @@ +../../../../../dca \ No newline at end of file diff --git a/src/MadeYourDay/Contao/Resources/contao/languages b/src/MadeYourDay/Contao/Resources/contao/languages new file mode 120000 index 0000000..166ca2d --- /dev/null +++ b/src/MadeYourDay/Contao/Resources/contao/languages @@ -0,0 +1 @@ +../../../../../languages \ No newline at end of file diff --git a/src/MadeYourDay/Contao/Resources/contao/templates b/src/MadeYourDay/Contao/Resources/contao/templates new file mode 120000 index 0000000..52dbd7a --- /dev/null +++ b/src/MadeYourDay/Contao/Resources/contao/templates @@ -0,0 +1 @@ +../../../../../templates \ No newline at end of file