summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2015-05-12 04:24:40 +0000
committerChristian Pointner <equinox@anylike.org>2015-05-12 04:24:40 +0000
commit5bac2ab6c4a253257a8663ce27b26fa7494a70b9 (patch)
tree3dd81bb5220c90719ab6f1b7e28331133834d936
parentadded compiler to version output (diff)
make prefix variable more standard compliant
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index f8ec2c3..1435f5f 100755
--- a/src/configure
+++ b/src/configure
@@ -287,7 +287,7 @@ LUAC := '$LUAC'
STRIP := strip
INSTALL := install
-PREFIX := '$PREFIX'
+prefix := '$PREFIX'
SBINDIR := '$SBINDIR'
ETCDIR := '$ETCDIR'
EOF