From f4a9b5266f75aa8b272156538d48ccdabc751355 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Thu, 4 Aug 2016 12:16:07 +0200 Subject: [PATCH] typo in rm command in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b4fb42..8e8f1fa 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ reinstall: uninstall install purge: uninstall rm -f /etc/policyd-rate-limit.conf /etc/policyd-rate-limit.yaml rm -f /etc/init.d/policyd-rate-limit /etc/systemd/system/policyd-rate-limit.service - rm -f /var/lib/policyd-rate-limit/ + rm -rf /var/lib/policyd-rate-limit/ clean_pyc: find ./ -name '*.pyc' -delete