summaryrefslogtreecommitdiffstats
path: root/subst.in
diff options
context:
space:
mode:
Diffstat (limited to 'subst.in')
-rw-r--r--subst.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/subst.in b/subst.in
new file mode 100644
index 0000000..092efc8
--- /dev/null
+++ b/subst.in
@@ -0,0 +1,4 @@
1#! /bin/sed
2
3s|\${exec_prefix}|@exec_prefix@|;
4s|\${prefix}|@prefix@|;