summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3b586d)
raw | patch | inline | side by side (parent: c3b586d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 08:45:28 +0000 (08:45 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 08:45:28 +0000 (08:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10389 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/update-gosa | patch | blob | history |
diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa
index 616817d12eeec87b3f9fb5bde381405a22dc6e99..a223ca7e05ca0b6a1c3c7d31386792a63766b781 100755 (executable)
--- a/gosa-core/update-gosa
+++ b/gosa-core/update-gosa
/* Calculate destination */
if (preg_match("%^.*locale/%", $source)){
$dest= GOSA_HOME."/locale/plugin/$name/".preg_replace("%^.*locale/%", "", $source);
+ } elseif (preg_match("%^.*help/%", $source)) {
+ $dest= GOSA_HOME."/doc/plugin/$name/".preg_replace("%^.*help/%", "", $source);
+ } elseif (preg_match("%^.*html/%", $source)) {
+ $dest= GOSA_HOME."/html/$name/".preg_replace("%^.*html/%", "", $source);
} else {
$dest= GOSA_HOME."/plugins/".substr($entry->getPathName(), strlen($path) + 1);
}