We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afd4aa commit 80f77e7Copy full SHA for 80f77e7
1 file changed
Makefile
@@ -61,7 +61,7 @@ up: up-cgi
61
62
fixup:
63
@perl -e 'exit($$ENV{MT_HOME_PATH} =~ m{/})' || \
64
- for f in mt-config.cgi mt-tb.cgi mt-comment.cgi; do \
+ for f in mt-config.cgi mt-tb.cgi mt-comment.cgi .htaccess; do \
65
fp=${MT_HOME_PATH}/$$f; \
66
[ -d $$fp ] && rmdir $$fp || true; \
67
[ -f $$fp ] && perl -e 'exit((stat(shift))[7] == 0 ? 0 : 1)' $$fp && rm -f $$fp || true; \
0 commit comments