diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-26 11:18:02 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-26 11:18:02 +0000 |
commit | 221931d95f18ad07f1f92f2543fb621a621d94d0 (patch) | |
tree | c8d48934c2f4b8f52a7c2a7250ef8fd1a3aebbb3 /data | |
parent | 2e863be3132f1cf972d88087ba78a13379741303 (diff) |
Also update comment for bindir -> libexecdir
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 27af5ab..46283fd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,6 +8,6 @@ CLEANFILES = $(BUILT_FILES) EXTRA_DIST = $(service_in_files) -# Rule to make the service file with bindir expanded +# Rule to make the service file with libexecdir expanded $(service_DATA): $(service_in_files) Makefile @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ |