]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - Makefile
Fix dash/underscore typo in makefile
[deb_pkgs/autorandr.git] / Makefile
index 0ff382f96f7d2d2763c3e8c82b80679d6dd688d6..55596e2387a4dc8babb034d8c9192f49b3a328d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ endif
 
 install_launcher:
        gcc -Wall $(CFLAGS) contrib/autorandr_launcher/autorandr_launcher.c -o contrib/autorandr_launcher/autorandr-launcher $(LAUNCHER_FLAGS)
-       install -D -m 755 contrib/autorandr_launcher/autorandr_launcher ${DESTDIR}${PREFIX}/bin/autorandr-launcher
+       install -D -m 755 contrib/autorandr_launcher/autorandr-launcher ${DESTDIR}${PREFIX}/bin/autorandr-launcher
 
        install -D -m 644 contrib/etc/xdg/autostart/autorandr-launcher.desktop ${DESTDIR}/${XDG_AUTOSTART_DIR}/autorandr-launcher.desktop
 ifneq ($(PREFIX),/usr/)