Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa2ae1
)
Fixed faulty find for uninstall_xfrotz target.
author
David Griffith
<dave@661.org>
Sun, 1 Jan 2023 23:17:56 +0000
(15:17 -0800)
committer
David Griffith
<dave@661.org>
Sun, 1 Jan 2023 23:17:56 +0000
(15:17 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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