[Mageia-dev] [changelog] [RPM] cauldron core/release drupal-7.8-1.mga2
Guillaume Rousse
guillomovitch at gmail.com
Wed Oct 12 12:31:31 CEST 2011
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.
More information about the Mageia-dev
mailing list