diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-30 02:46:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-30 02:46:42 (GMT) |
commit | 50bdc20f9024216de8f6cb45756ca54ffec42a5d (patch) | |
tree | be4ab5d0870105aa79e5f89ba5dcc076724114de /rhnop-server/configure | |
parent | 97ea5eee07f939f03a87c2d8df1c996ef38ca4b2 (diff) |
added libdir handling
Diffstat (limited to 'rhnop-server/configure')
-rwxr-xr-x | rhnop-server/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rhnop-server/configure b/rhnop-server/configure index 0b0aa09..d1f68f9 100755 --- a/rhnop-server/configure +++ b/rhnop-server/configure @@ -191,6 +191,7 @@ LUA := '$LUA' LUAC := '$LUAC' STRIP := strip INSTALL := install +SED := sed PREFIX := '$PREFIX' BINDIR := '$BINDIR' |