summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2010-06-09 09:26:16 +0200
committerAndreas Gruenbacher <agruen@suse.de>2010-06-09 09:29:57 +0200
commitee6f6f2382bce837898c3ec324e244333bcaff41 (patch)
tree1d4a8397607c19dd1d7c316350abe79f7a9d74e8 /Makefile.in
parent4a8911140a429184d7f9105ba2f049c631381e9f (diff)
downloadquilt-ee6f6f2382bce837898c3ec324e244333bcaff41.tar.gz
Do not hard-code the location of /etc; use $(etcdir) instead
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 331035d..8103dae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -265,6 +265,7 @@ $(patsubst %.in,%,$(wildcard bin/*.in quilt/*.in quilt/scripts/*.in)) :: Makefil
-e 's:@PATCH''@:$(PATCH):g' \
-e 's:@VERSION''@:$(VERSION):g' \
-e 's:@RELEASE''@:$(RELEASE):g' \
+ -e 's:@ETCDIR''@:$(etcdir):g' \
-e 's:@LOCALEDIR''@:$(localedir):g' \
-e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE)-$(VERSION):g' \
$< > $@