diff options
author | Christian Pointner <equinox@anytun.org> | 2015-05-12 04:22:37 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2015-05-12 04:22:37 +0000 |
commit | 08dc315e147f4dd1904b744bd30b55a58452aae0 (patch) | |
tree | 703fa857b72217baa66121afd068fffe43c6b50d /src | |
parent | improved version output (diff) |
make prefix variable more standard compliant
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index 16d5cc7..4b890a0 100755 --- a/src/configure +++ b/src/configure @@ -239,7 +239,7 @@ LDFLAGS := $LDFLAGS STRIP := strip INSTALL := install -PREFIX := $PREFIX +prefix := $PREFIX SBINDIR := $SBINDIR ETCDIR := $ETCDIR EOF |