diff options
author | Robert Tari <robert@tari.in> | 2022-08-14 19:49:08 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-08-16 18:10:26 +0200 |
commit | 7d9327a7a9e258c38e7fa4bf91ee61924c20f30d (patch) | |
tree | 7a9966d2e37a74ab3e98bc421e85ba8ebdb66f68 /data | |
parent | be468e9659bc275c3e35a71b847f23a2e498d3d8 (diff) | |
download | ayatana-indicator-printers-7d9327a7a9e258c38e7fa4bf91ee61924c20f30d.tar.gz ayatana-indicator-printers-7d9327a7a9e258c38e7fa4bf91ee61924c20f30d.tar.bz2 ayatana-indicator-printers-7d9327a7a9e258c38e7fa4bf91ee61924c20f30d.zip |
Use CMake variables in configurable files
Diffstat (limited to 'data')
-rw-r--r-- | data/ayatana-indicator-printers.desktop.in | 2 | ||||
-rw-r--r-- | data/ayatana-indicator-printers.service.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/ayatana-indicator-printers.desktop.in b/data/ayatana-indicator-printers.desktop.in index e0f74b0..1027096 100644 --- a/data/ayatana-indicator-printers.desktop.in +++ b/data/ayatana-indicator-printers.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=Ayatana Indicator Printers -Exec=@pkglibexecdir@/ayatana-indicator-printers-service +Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-printers/ayatana-indicator-printers-service OnlyShowIn=MATE;XFCE;Budgie NoDisplay=true StartupNotify=false diff --git a/data/ayatana-indicator-printers.service.in b/data/ayatana-indicator-printers.service.in index 781f3e6..e482f96 100644 --- a/data/ayatana-indicator-printers.service.in +++ b/data/ayatana-indicator-printers.service.in @@ -4,7 +4,7 @@ PartOf=graphical-session.target PartOf=ayatana-indicators.target [Service] -ExecStart=@pkglibexecdir@/ayatana-indicator-printers-service +ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-printers/ayatana-indicator-printers-service Restart=on-failure [Install] |