Code

Added automatic replacement for gosa.conf template
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 May 2005 12:40:03 +0000 (12:40 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 May 2005 12:40:03 +0000 (12:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@230 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/changelog
debian/rules

index 76a07121e9fc5573f92ef16d299826e35ef6e0b4..86ed45fd037f680d74505192ec4e090589b5e426 100644 (file)
@@ -1,4 +1,4 @@
-gosa (2.3.1-1) unstable; urgency=low
+gosa (2.4beta1-1) unstable; urgency=low
 
   * New upstream release
 
index 2c7a9375adc634201d6e50495daad08ff1d3962e..3daa1f76b19db86877e67673dcfb39d8aa41e7c5 100755 (executable)
@@ -56,9 +56,12 @@ install-stamp:
        -rm debian/gosa/usr/share/gosa/bin/gosa
        -mkdir -p debian/gosa/usr/lib/gosa
        -mv bin/* debian/gosa/usr/lib/gosa
+       -chmod +x debian/gosa/user/lib/gosa/*
        -rm -rf debian/gosa/usr/share/gosa/gen_locale.sh
        -rm -rf debian/gosa/usr/share/gosa/update.sh
        -find debian/gosa -type f -exec chmod -x {} \;
+       -sed 's/"CONFIG_TEMPLATE_DIR", "../contrib/"/"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/"/g' debian/gosa/usr/share/gosa/include/functions.inc > debian/  gosa/usr/share/gosa/include/functions.inc.new
+       -mv debian/gosa/usr/share/gosa/include/functions.inc.new gosa/usr/share/gosa/include/functions.inc
 
        touch install-stamp