summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-04-13 18:11:18 +0200
committerNick Schermer <nick@xfce.org>2012-04-13 18:11:18 +0200
commit12845022b85efcfc2919b79301c0203d7b0db14b (patch)
tree5d8ed95794321054ce86b372e930083c87c7f03e /scripts
parent72637bf591b1694812f6b89fcce9e4a8bbf4187b (diff)
downloadxfce4-session-12845022b85efcfc2919b79301c0203d7b0db14b.tar.gz
Use macro to search for sed.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index b8877edf..1c0a5c0c 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -3,7 +3,7 @@ bin_SCRIPTS= \
xflock4
# cannot be set from configure, because ${prefix} is not expanded
-edit = sed \
+edit = $(SED) \
-e "s,@_datadir_\@,$(datadir),g" \
-e "s,@_libdir_\@,$(libdir),g" \
-e "s,@_docdir_\@,$$(dirname $(docdir)),g" \