From 8161461da795b9617c9d7788827fabeaf4fdef62 Mon Sep 17 00:00:00 2001 From: fenze Date: Fri, 13 May 2022 14:21:05 +0200 Subject: [PATCH] add script to install target --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 7a0fc30..5717cce 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,8 @@ all: strip ./rose install: all - su -c "cp -uf ./rose /usr/local/bin/rose" + su -c "cp -f ./rose /usr/local/bin/rose && \ + cp -f ./scripts/rose-open.sh /usr/local/bin/dmenu_rose" clean: rm -f rose compile_flags.txt