From 13096e0f271be8140c3546d0c50234c355b56d5f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 14:04:42 +0200 Subject: Add radharc wrapper, iswork bin, and secret bins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- base/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'base/Makefile') diff --git a/base/Makefile b/base/Makefile index dd780a6..607a0da 100644 --- a/base/Makefile +++ b/base/Makefile @@ -29,6 +29,11 @@ install: test -L ~/.config/locations/current || ln -sf default ~/.config/locations/current ln -sf locations/current/geolocation ~/.config/geolocation ln -sf locations/current/metar ~/.config/metar + mkdir -p -- ~/.local/bin + test ! -d ~/.local/bin/iswork + test -x /bin/false + ln -sf -- /bin/false ~/.local/bin/iswork + test ! -r ../.secrets/bin/Makefile || make -C ../.secrets/bin install uninstall: -unlink -- ~/.config/profile @@ -37,5 +42,7 @@ uninstall: -unlink -- ~/.config/locations -unlink -- ~/.config/geolocation -unlink -- ~/.config/metar + -unlink -- ~/.local/bin/iswork + -test ! -r ../.secrets/bin/Makefile || make -C ../.secrets/bin uninstall .PHONY: install uninstall -- cgit v1.2.3-70-g09d2