aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-11 20:28:57 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-11 20:28:57 +0200
commit62cbc6baf22994adb63689dcf5829f965cc1090c (patch)
tree23c6e05768433c79425d4cb337f7b43733fb9c3a
parent531cca264a21552d80255334f9bf9f3e2cf19dbd (diff)
downloadlightdm-remote-session-remoteconfigure-62cbc6baf22994adb63689dcf5829f965cc1090c.tar.gz
lightdm-remote-session-remoteconfigure-62cbc6baf22994adb63689dcf5829f965cc1090c.tar.bz2
lightdm-remote-session-remoteconfigure-62cbc6baf22994adb63689dcf5829f965cc1090c.zip
installation: Move files from pkglibexecdir to libexecdir.
-rw-r--r--Makefile.am6
-rw-r--r--lightdm-remote-session-remoteconfigure.in2
-rw-r--r--remoteconfigure.desktop.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 356047f..90c5b64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ lightdm_session_DATA = \
%.desktop: %.desktop.in
@sed \
-e "s|\@pkgdatadir\@|$(pkgdatadir)|" \
- -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" \
+ -e "s|\@libexecdir\@|$(libexecdir)|" \
$< > $@
EXTRA_DIST += remoteconfigure.desktop.in
@@ -47,7 +47,7 @@ CLEANFILES += remoteconfigure-session
# The session wrapper
###############################
-pkglibexec_PROGRAMS = \
+libexec_PROGRAMS = \
remoteconfigure-session-wrapper
remoteconfigure_session_wrapper_SOURCES = \
@@ -65,7 +65,7 @@ apparmor_DATA = \
lightdm-remote-session-remoteconfigure
lightdm-remote-session-remoteconfigure: lightdm-remote-session-remoteconfigure.in
- @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
+ @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
EXTRA_DIST += lightdm-remote-session-remoteconfigure.in
CLEANFILES += lightdm-remote-session-remoteconfigure
diff --git a/lightdm-remote-session-remoteconfigure.in b/lightdm-remote-session-remoteconfigure.in
index 507d5ca..75055a6 100644
--- a/lightdm-remote-session-remoteconfigure.in
+++ b/lightdm-remote-session-remoteconfigure.in
@@ -5,7 +5,7 @@
#include <tunables/global>
-@pkglibexecdir@/uccsconfigure-session-wrapper {
+@libexecdir@/remoteconfigure-session-wrapper {
#include <abstractions/authentication>
#include <abstractions/nameservice>
#include <abstractions/wutmp>
diff --git a/remoteconfigure.desktop.in b/remoteconfigure.desktop.in
index 482c2fc..e028fc9 100644
--- a/remoteconfigure.desktop.in
+++ b/remoteconfigure.desktop.in
@@ -1,8 +1,8 @@
[Desktop Entry]
Name=Remote Logon Configure
Comment=Setup a Remote Logon Account
-Exec=@pkglibexecdir@/remoteconfigure-session-wrapper
-TryExec=@pkglibexecdir@/remoteconfigure-session-wrapper
+Exec=@libexecdir@/remoteconfigure-session-wrapper
+TryExec=@libexecdir@/remoteconfigure-session-wrapper
Icon=
Type=Application
X-LightDM-PAM-Service=lightdm-remote-remoteconfigure