From 557a61e1f0d87f706779b0eb18dfcd11e60dfb5f Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 4 Sep 2024 00:16:53 +0200 Subject: Fixed typo in uninstall target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eff7220..d6cda36 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ install: uninstall: rm -rf $(DESTDIR)$(LUA_LMOD)/activity - rm -f $(DESTIR)$(BINDIR)/activity - rm -f $(DESTIR)$(MAN1DIR)/activity.1 + rm -f $(DESTDIR)$(BINDIR)/activity + rm -f $(DESTDIR)$(MAN1DIR)/activity.1 test: busted -- cgit v1.1