From 9a54d64e706462aa02fec64c576abb3b3967af01 Mon Sep 17 00:00:00 2001 From: Ryan Jackson Date: Fri, 23 Apr 2010 16:33:03 -0600 Subject: [PATCH] Make sure "@prefix@" is used so configure can expand it --- db/dhcpd_makeconf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dhcpd_makeconf.in b/db/dhcpd_makeconf.in index 00c0be2d2..ce38357e9 100755 --- a/db/dhcpd_makeconf.in +++ b/db/dhcpd_makeconf.in @@ -41,7 +41,7 @@ delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; # Turn off line buffering on output $| = 1; -use lib "/usr/testbed/lib"; +use lib "@prefix@/lib"; use libdb; use libtestbed; use NodeType; -- GitLab