Code

Fix build script
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Jun 2005 09:12:07 +0000 (09:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Jun 2005 09:12:07 +0000 (09:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@573 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/rules

index dbec31e21ff7850d52edab76df88af1c7c288778..5b28a84975abebdd3648d75b141fe7f2f434fae5 100755 (executable)
@@ -59,13 +59,13 @@ install-stamp:
        -mkdir -p debian/gosa/usr/lib/gosa
        -mv debian/gosa/usr/share/gosa/bin/* debian/gosa/usr/lib/gosa
        -rm -rf debian/gosa/usr/share/gosa/bin
+       -find debian/gosa -type f -exec chmod -x {} \;
        -chmod +x debian/gosa/usr/lib/gosa/*
        -rm -rf debian/gosa/usr/share/gosa/gen_locale.sh
        -rm -rf debian/gosa/usr/share/gosa/update.sh
        -mkdir -p debian/gosa/usr/share/php/smarty/libs/plugins
        -cp include/smarty/plugins/block.t.php debian/gosa/usr/share/php/smarty/libs/plugins
        -rm -rf debian/gosa/usr/share/gosa/include/smarty
-       -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 debian/gosa/usr/share/gosa/include/functions.inc
        -sed 's%require("smarty/Smarty.class.php");%require("/usr/share/php/smarty/libs/Smarty.class.php");%g' debian/gosa/usr/share/gosa/include/php_setup.inc > debian/gosa/usr/share/gosa/include/php_setup.inc.new