projects
/
deb_pkgs
/
autorandr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a2b31
)
Fix autorandr-kde.desktop PREFIX
author
Thiago Kenji Okada
<thiagokokada@gmail.com>
Wed, 21 Jun 2023 22:53:29 +0000
(22:53 +0000)
committer
Phillip Berndt
<phillip.berndt@googlemail.com>
Thu, 22 Jun 2023 09:35:14 +0000
(11:35 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: