Skip to content

Commit 80f77e7

Browse files
committed
Add .htaccess to fixup target.
1 parent 6afd4aa commit 80f77e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ up: up-cgi
6161

6262
fixup:
6363
@perl -e 'exit($$ENV{MT_HOME_PATH} =~ m{/})' || \
64-
for f in mt-config.cgi mt-tb.cgi mt-comment.cgi; do \
64+
for f in mt-config.cgi mt-tb.cgi mt-comment.cgi .htaccess; do \
6565
fp=${MT_HOME_PATH}/$$f; \
6666
[ -d $$fp ] && rmdir $$fp || true; \
6767
[ -f $$fp ] && perl -e 'exit((stat(shift))[7] == 0 ? 0 : 1)' $$fp && rm -f $$fp || true; \

0 commit comments

Comments
 (0)