summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 570f57e..3e37f40 100644
--- a/Makefile
+++ b/Makefile
@@ -249,8 +249,8 @@ install: all
uninstall:
rm -rf \
'$(DESTDIR)$(BINDIR)'/$(NAME) \
+ '$(DESTDIR)$(JSLIBDIR)' \
'$(DESTDIR)$(SRCDIR)'
- rm -rf '$(DESTDIR)$(JSLIBDIR)'
for l in en $(TRANSLATIONS); do \
rm -f '$(DESTDIR)$(LOCALEDIR)'/"$$l"/LC_MESSAGES/$(NAME).cat; \
done