Fixed faulty find for uninstall_xfrotz target.
authorDavid Griffith <dave@661.org>
Sun, 1 Jan 2023 23:17:56 +0000 (15:17 -0800)
committerDavid Griffith <dave@661.org>
Sun, 1 Jan 2023 23:17:56 +0000 (15:17 -0800)
Makefile

index 3d2bc45c0634a4ccbcade04df44c6048a6bacda0..f8985c800ad8cb4f279f5177ebb5c91ef358d752 100644 (file)
--- 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