From c7035c7c78c7a77d2f7e8774ad34d0c36444eadb Mon Sep 17 00:00:00 2001 From: norly Date: Fri, 10 Apr 2020 15:30:19 +0200 Subject: [PATCH] Rename 'XGrabControl' script to 'noxg' This reduces confusion, as it's called 'noxg' once installed. --- Makefile | 4 ++-- XGrabControl => noxg | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename XGrabControl => noxg (100%) diff --git a/Makefile b/Makefile index c09c2ff..ded45be 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ $(SOFILE): $(SRCFILES) Makefile install: all cp $(SOFILE) $(DESTDIR)/lib/ - cp XGrabControl $(DESTDIR)/bin/ - ln -sf XGrabControl $(DESTDIR)/bin/noxg + cp noxg $(DESTDIR)/bin/ + ln -sf noxg $(DESTDIR)/bin/noxg clean: rm -f $(SOFILE) diff --git a/XGrabControl b/noxg similarity index 100% rename from XGrabControl rename to noxg -- 2.30.2