Index: installers/debian/dotlrn/rules =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/rules,v diff -u -r1.4 -r1.5 --- installers/debian/dotlrn/rules 3 Apr 2008 12:58:23 -0000 1.4 +++ installers/debian/dotlrn/rules 26 Jun 2008 11:22:09 -0000 1.5 @@ -53,7 +53,17 @@ find debian/dotlrn/usr -type d -exec chmod 0755 {} \; find debian/dotlrn/usr -type f -name *.pl -exec chmod 0755 {} \; # Perl scripts +x find debian/dotlrn/usr -type f -name *.sh -exec chmod 0755 {} \; # Shell scripts +x - chmod 0755 debian/dotlrn/etc/dotlrn/install/checkout.sh debian/dotlrn/etc/dotlrn/install/post-checkout-script.sh debian/dotlrn/usr/share/dotlrn/bin/create-tablespace.tcl debian/dotlrn/usr/share/dotlrn/bin/restart-aolserver debian/dotlrn/usr/share/dotlrn/bin/webspell debian/dotlrn/usr/share/dotlrn/packages/acs-lang/bin/mygrep debian/dotlrn/etc/dotlrn/install/build-release.sh debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/examples/2-areas.cgi debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/examples/test.cgi debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi + chmod 0755 debian/dotlrn/etc/dotlrn/install/checkout.sh \ + debian/dotlrn/etc/dotlrn/install/post-checkout-script.sh \ + debian/dotlrn/usr/share/dotlrn/bin/create-tablespace.tcl \ + debian/dotlrn/usr/share/dotlrn/bin/restart-aolserver \ + debian/dotlrn/usr/share/dotlrn/bin/webspell \ + debian/dotlrn/usr/share/dotlrn/packages/acs-lang/bin/mygrep \ + debian/dotlrn/etc/dotlrn/install/build-release.sh \ + debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/examples/2-areas.cgi \ + debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/examples/test.cgi \ + debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi \ + debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi dh_installdebconf dh_link