]> _ Git - cubeextranet.git/commitdiff
wip #4809 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 21 Oct 2021 10:24:40 +0000 (10:24 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 21 Oct 2021 10:24:40 +0000 (10:24 +0000)
inc/ws/Util/packager/class.ws.packager.precompiled.php

index 63dfd756dc5c0fa7604e0e06e50c19cbfb007bb3..dc1ecce90f2e3eb1944440199a93e15c772a31d6 100644 (file)
@@ -25,7 +25,7 @@ class wsPackagerPrecompiled extends wsPackagerHTML
         // Copy theme assets\r
         $theme = WS_THEMES . '/' . $this->book->theme . '/';\r
         $destTheme = $dest . '/_theme';\r
-        $cmd = "cp -R $theme $destTheme";\r
+        $cmd = "cp -R -L $theme $destTheme";\r
         `$cmd`;\r
 \r
         // Cleanup\r