summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2020-04-10 15:30:19 +0200
committernorly <ny-git@enpas.org>2020-04-10 15:30:19 +0200
commitc7035c7c78c7a77d2f7e8774ad34d0c36444eadb (patch)
treec3f8b4bdc1c6c4bbf75d9a7b52810270635efbaa /Makefile
parent967de2f550ee4bc6bfa658d361bf42490293d9df (diff)
Rename 'XGrabControl' script to 'noxg'
This reduces confusion, as it's called 'noxg' once installed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)