From 68f2fadb788f8d401fad6fd1db1cfac283e5e337 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Tue, 23 Dec 2003 22:15:12 +0000
Subject: [PATCH] * nix-pull requires libexecdir to be substituted.

---
 substitute.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/substitute.mk b/substitute.mk
index 6557e496d..cc21eba40 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -5,6 +5,7 @@
 	 -e "s^@sysconfdir\@^$(sysconfdir)^g" \
 	 -e "s^@localstatedir\@^$(localstatedir)^g" \
 	 -e "s^@datadir\@^$(datadir)^g" \
+	 -e "s^@libexecdir\@^$(libexecdir)^g" \
 	 -e "s^@system\@^$(system)^g" \
 	 -e "s^@wget\@^$(wget)^g" \
 	 < $< > $@ || rm $@