diff options
-rw-r--r-- | Makefile.am | 5 |
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 |