Fix noxg
[XGrabControl.git] / Makefile
index a767fe010fb7bedbb94956b3e6a0be0e363e3898..c09c2ffe46bfa17f6bc9afd3272fa64fdf8b894a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ $(SOFILE): $(SRCFILES) Makefile
 install: all
        cp $(SOFILE) $(DESTDIR)/lib/
        cp XGrabControl $(DESTDIR)/bin/
-       ln -s XGrabControl $(DESTDIR)/bin/noxg
+       ln -sf XGrabControl $(DESTDIR)/bin/noxg
 
 clean:
        rm -f $(SOFILE)