From ee6f6f2382bce837898c3ec324e244333bcaff41 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 9 Jun 2010 09:26:16 +0200 Subject: Do not hard-code the location of /etc; use $(etcdir) instead --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') 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' \ $< > $@ -- cgit