]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Fix autorandr-kde.desktop PREFIX
authorThiago Kenji Okada <thiagokokada@gmail.com>
Wed, 21 Jun 2023 22:53:29 +0000 (22:53 +0000)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 22 Jun 2023 09:35:14 +0000 (11:35 +0200)
Makefile

index 36d30ce6a6dc29ac1a7d1e098042eac4dcf2eb1f..b8ec0a8fd9974147d588a3caf9369677d47d85fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ install_autostart_config:
 
 ifneq ($(PREFIX),/usr/)
        sed -i -re 's#/usr/bin/autorandr#$(subst #,\#,${PREFIX})/bin/autorandr#g' ${DESTDIR}/${XDG_AUTOSTART_DIR}/autorandr.desktop
+       sed -i -re 's#/usr/bin/autorandr#$(subst #,\#,${PREFIX})/bin/autorandr#g' ${DESTDIR}/${XDG_AUTOSTART_DIR}/autorandr-kde.desktop
 endif
 
 uninstall_autostart_config: