about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-02-20T11·32+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-02-20T11·32+0000
commit7f0ed370da62b867d90ba5346f4b9f217fbbe10f (patch)
treea7b62d2cda108f60f7197fb84732a420d83e55fb /substitute.mk
parentdbf547645d26baee030d7db0535e0c0be72c13cc (diff)
* Use $(storedir) instead of $(prefix)/store.
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index bbdb9b617b..6882393bc8 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -6,6 +6,7 @@
 	 -e "s^@localstatedir\@^$(localstatedir)^g" \
 	 -e "s^@datadir\@^$(datadir)^g" \
 	 -e "s^@libexecdir\@^$(libexecdir)^g" \
+	 -e "s^@storedir\@^$(storedir)^g" \
 	 -e "s^@system\@^$(system)^g" \
 	 -e "s^@wget\@^$(wget)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \