aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-09-19 15:03:44 -0500
committerTed Gould <ted@gould.cx>2012-09-19 15:03:44 -0500
commit4ce84e52d7fb608452065ba7d03b272e74d93a82 (patch)
treed28117681f01a1bc5636d67d26cde1d4de4803b9
parent55ccb90990ca92ed3d4da55277af3de8c4b85eeb (diff)
downloadlightdm-remote-session-remoteconfigure-4ce84e52d7fb608452065ba7d03b272e74d93a82.tar.gz
lightdm-remote-session-remoteconfigure-4ce84e52d7fb608452065ba7d03b272e74d93a82.tar.bz2
lightdm-remote-session-remoteconfigure-4ce84e52d7fb608452065ba7d03b272e74d93a82.zip
Make sure we can substitute datadir as well
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b411d8e..4b80dd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,10 @@ lightdm_session_DATA = \
uccsconfigure.desktop
%.desktop: %.desktop.in
- @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
+ @sed \
+ -e "s|\@pkgdatadir\@|$(pkgdatadir)|" \
+ -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" \
+ $< > $@
EXTRA_DIST += uccsconfigure.desktop.in
CLEANFILES += uccsconfigure.desktop