From 701720a7d739db9171cdbf1ad38a355f8c56d87b Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Tue, 1 Oct 2013 09:17:44 +0800 Subject: [PATCH] Fix uninstallation issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14d42b7..03c1d8f 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,5 @@ clean: $(RM) -R __pycache__ uninstall: - $(RM) "$(DESTDIR)$(PREFIX)/bin/danmaku2ass" "$(DESTDIR)$(PREFIX)/share/danmaku2ass" + $(RM) -R "$(DESTDIR)$(PREFIX)/bin/danmaku2ass" "$(DESTDIR)$(PREFIX)/share/danmaku2ass"