From: David Griffith Date: Sun, 1 Jan 2023 23:17:56 +0000 (-0800) Subject: Fixed faulty find for uninstall_xfrotz target. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=5edc76d31900d213c0fd2e2dbe680ea5dea422b0;p=liskon_frotz.git Fixed faulty find for uninstall_xfrotz target. --- diff --git a/Makefile b/Makefile index 3d2bc45..f8985c8 100644 --- a/Makefile +++ b/Makefile @@ -691,7 +691,7 @@ uninstall_xfrotz: rm -f "$(X11_FONTDIR)/Zork_r400-16.pcf" rm -f "$(X11_FONTDIR)/Zork_r400-20.pcf" rm -f "$(X11_FONTDIR)/fonts.dir" - find $(X11_FONTDIR) -type d -depth -empty -exec rmdir "{}" \; + find $(X11_FONTDIR) -depth -type d -empty -exec rmdir "{}" \; install-sdl: install_sfrotz install_sdl: install_sfrotz