From 1131f9c7db2de06cc14f8046f19f965fd940e7b9 Mon Sep 17 00:00:00 2001 From: lancebord Date: Wed, 18 Mar 2026 11:48:35 -0400 Subject: fixed notification issue on workspace unmapped windows --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e796520..d7d6e1f 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ clean: install: all mkdir -p ${PREFIX}/bin - cp -f tilite ${PREFIX}/bin/ - chmod 755 ${PREFIX}/bin/tilite + install -m 755 tilite ${PREFIX}/bin/tilite uninstall: rm -f ${PREFIX}/bin/tilite -- cgit v1.2.3-59-g8ed1b