Rename 'XGrabControl' script to 'noxg'
[XGrabControl.git] / Makefile
index c09c2ffe46bfa17f6bc9afd3272fa64fdf8b894a..ded45be33b808ab6ffdafa3f977cda06c5430ea1 100644 (file)
--- 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)