From 0ac2f9a0edb54bab3ee4d6a663b6c53950a2af10 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Wed, 21 Jun 2023 22:53:29 +0000 Subject: [PATCH] Fix autorandr-kde.desktop PREFIX --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.2