From 7fb693f88d45c74d3041efa57d0cdfd1a8c5b209 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 4 Mar 2007 09:12:58 +0000 Subject: Fix the static-only Unix makefile, it was referencing the 'botan_config' variable which was not set; it should have been 'botan-config'. --- misc/config/makefile/unix.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/config/makefile/unix.in b/misc/config/makefile/unix.in index 60f2dc57c..76ca08a66 100644 --- a/misc/config/makefile/unix.in +++ b/misc/config/makefile/unix.in @@ -31,7 +31,7 @@ DOCDIR = $(INSTALLROOT)/@{var:docdir}/Botan-$(VERSION) OWNER = @{var:install_user} GROUP = @{var:install_group} -CONFIG_SCRIPT = @{var:botan_config} +CONFIG_SCRIPT = @{var:botan-config} ################################################## # Aliases for Common Programs # -- cgit v1.2.3