From a819a2cd2b6138309e92d9a66df4fa1edcf2aa14 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Aug 2012 09:09:46 -0500 Subject: Moving the session script to share --- Makefile.am | 4 ++-- 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 -- cgit v1.2.3