Le 12/10/2011 11:52, Mageia Team a écrit :
- added patches for .htaccess and shebang removal
patching is not the easiest way to do remove .htaccess files, and doesn't offer any garanty all relevant files are removed, especially as the software evolves. You'd better do it from the spec file directly:
find . -name .htaccess | xargs rm -f

--
BOFH excuse #116:

the real ttys became pseudo ttys and vice-versa.

Reply via email to