summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index eb6d8de..f5c9771 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,7 +48,9 @@ all: sedscript
sedscript:
@printf 'Writing sed script...\n'
- @echo 's&@@BINDIR@@&$(BINDIR)&' > sedscript
+ @echo 's&@@PACKAGE@@&$(PACKAGE)&' > sedscript
+ @echo 's&@@VERSION@@&$(VERSION)&' >> sedscript
+ @echo 's&@@BINDIR@@&$(BINDIR)&' >> sedscript
@echo 's&@@DATADIR@@&$(DATADIR)&' >> sedscript
@echo 's&@@LIBDIR@@&$(LIBDIR)&' >> sedscript