Skip to content

Commit 1ab0b57

Browse files
elderingvmcj
authored andcommitted
Also force removing lib/judge as directory.
With a maintainer/inplace install, this should normally be a symlink, but if the inplace-install rule failed halfway, then the directory would have been created by the judgehost-create-dirs rule, but not been replaced by the inplace-install-l rule afterwards. (cherry picked from commit 9153aca)
1 parent fc3e341 commit 1ab0b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ inplace-postinstall-nginx: inplace-postinstall-permissions
285285

286286
# Removes created symlinks; generated logs, submissions, etc. remain in output subdir.
287287
inplace-uninstall-l:
288-
rm -f $(judgehost_libjudgedir)
288+
rm -rf $(judgehost_libjudgedir)
289289
rm -rf $(judgehost_bindir)
290290

291291
# Rules to configure and build for a Coverity scan.

0 commit comments

Comments
 (0)