From 27b8b01cdc3e327c42d0280772e2fe7185a96e5d Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 17 May 2005 12:40:03 +0000 Subject: [PATCH] Added automatic replacement for gosa.conf template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@230 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/changelog | 2 +- debian/rules | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 76a07121e..86ed45fd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gosa (2.3.1-1) unstable; urgency=low +gosa (2.4beta1-1) unstable; urgency=low * New upstream release diff --git a/debian/rules b/debian/rules index 2c7a9375a..3daa1f76b 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.30.2