summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-12 06:34:23 +0200
committerChristian Pointner <equinox@helsinki.at>2015-05-12 06:34:23 +0200
commitb96f37aee8e800130900ef889c5909fd20db5ee6 (patch)
tree50a6c28fea9c14ad4918011b4bc060e4edff3450
parentadded gitignore (diff)
make prefix variable more standard compliant
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fb0b40d..1020c35 100755
--- a/configure
+++ b/configure
@@ -140,7 +140,7 @@ CFLAGS := $CFLAGS
LDFLAGS := $LDFLAGS
INSTALL := install
-PREFIX := $PREFIX
+prefix := $PREFIX
BINDIR := $BINDIR
ETCDIR := $ETCDIR
EOF