From a596df637f8bbeeaeab44bfddd5b03450581a0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Mon, 4 Nov 2019 14:21:16 +0100 Subject: [PATCH] [i3] fix installation of lock command --- i3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/Makefile b/i3/Makefile index d2ae9fa..bfd2f42 100644 --- a/i3/Makefile +++ b/i3/Makefile @@ -81,4 +81,4 @@ clean_bins: rm -f $(CUSTOM_BINS:bin%=$(CUSTOM_BINS_DIR)%) $(CUSTOM_BINS_DIR): - mkdir -p $(CUSTOM_BINS) $(CUSTOM_BINS_DIR) + mkdir -p $(CUSTOM_BINS_DIR)