From: Thiago Kenji Okada Date: Wed, 21 Jun 2023 22:53:29 +0000 (+0000) Subject: Fix autorandr-kde.desktop PREFIX X-Git-Tag: 1.14~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ac2f9a0edb54bab3ee4d6a663b6c53950a2af10;p=deb_pkgs%2Fautorandr.git Fix autorandr-kde.desktop PREFIX --- diff --git a/Makefile b/Makefile index 36d30ce..b8ec0a8 100644 --- 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: