diff --git a/pmfile b/pmfile index db911324..5e9c79cd 100644 --- a/pmfile +++ b/pmfile @@ -185,7 +185,7 @@ posix.mkdir(HEADERDIR) -- area for its files, and not in the final installation directory (because -- we haven't been installed yet). -posix.setenv("ACKDIR", BINDIR) +posix.putenv("ACKDIR="..BINDIR) -- Build the configuration headers, rather crudely. FIXME.