diff options
author | Ted Gould <ted@gould.cx> | 2011-08-23 15:28:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-23 15:28:24 -0500 |
commit | 39806a70caf6b4a7dc9f6772d915ddacebc928a3 (patch) | |
tree | 5b19b44490436de27ff8c797ada77ea010a47847 /data/Makefile.am | |
parent | 6e6ca9a62c6325c3b130e6e26eac225a25b5a2b9 (diff) | |
download | ayatana-indicator-session-39806a70caf6b4a7dc9f6772d915ddacebc928a3.tar.gz ayatana-indicator-session-39806a70caf6b4a7dc9f6772d915ddacebc928a3.tar.bz2 ayatana-indicator-session-39806a70caf6b4a7dc9f6772d915ddacebc928a3.zip |
Adding the bin directory as well
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index a545ec0..7e851a7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -21,7 +21,10 @@ dist_convert_DATA = indicator-session.convert @INTLTOOL_DESKTOP_RULE@ %.desktop.in: %.desktop.in.in - sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + sed \ + -e "s|\@libexecdir\@|$(libexecdir)|" \ + -e "s|\@bindir\@|$(bindir)|" \ + $< > $@ logout_helper_desktop_in_in_files = \ indicator-session-lock-screen.desktop.in.in \ |