diff options
author | Ted Gould <ted@gould.cx> | 2012-08-22 09:09:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-22 09:09:46 -0500 |
commit | a819a2cd2b6138309e92d9a66df4fa1edcf2aa14 (patch) | |
tree | 52b13c360ed900de2690b2518a6249060e09570b | |
parent | d4feff10cccb5bed95391bbc550fb2ec1204f155 (diff) | |
download | lightdm-remote-session-remoteconfigure-a819a2cd2b6138309e92d9a66df4fa1edcf2aa14.tar.gz lightdm-remote-session-remoteconfigure-a819a2cd2b6138309e92d9a66df4fa1edcf2aa14.tar.bz2 lightdm-remote-session-remoteconfigure-a819a2cd2b6138309e92d9a66df4fa1edcf2aa14.zip |
Moving the session script to share
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | uccsconfigure.desktop.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index fee796b..8edb9f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ lightdm_session_DATA = \ uccsconfigure.desktop %.desktop: %.desktop.in - @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ + @sed -e "s|\@pkgdatadir\@|$(pkgdatadir)|" $< > $@ EXTRA_DIST += uccsconfigure.desktop.in CLEANFILES += uccsconfigure.desktop @@ -29,7 +29,7 @@ EXTRA_DIST += lightdm-remote-uccsconfigure # The session script ############################### -session_startdir = $(pkglibexecdir) +session_startdir = $(pkgdatadir) session_start_SCRIPTS = \ uccsconfigure-session diff --git a/uccsconfigure.desktop.in b/uccsconfigure.desktop.in index bb34405..a31bb5e 100644 --- a/uccsconfigure.desktop.in +++ b/uccsconfigure.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Name=UCCS Configure Comment=Setup a UCCS Account -Exec=@pkglibexecdir@/uccsconfigure-session -TryExec=@pkglibexecdir@/uccsconfigure-session +Exec=@pkgdatadir@/uccsconfigure-session +TryExec=@pkgdatadir@/uccsconfigure-session Icon= Type=Application X-LightDM-PAM-Service=lightdm-remote-uccsconfigure |