summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-05-12 06:28:02 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-05-12 06:28:02 +0200
commit75e1d0bd3e202cba46e3797c36114c44b9d857b6 (patch)
tree8c13db8c5f44cf0763d6e29f36bafb182179dae3
parentupdated doc and ignore svn vs. git (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 ed76c09..6932df1 100755
--- a/src/configure
+++ b/src/configure
@@ -125,7 +125,7 @@ STRIP := strip
INSTALL := install
RAGEL := ragel
-PREFIX := '$PREFIX'
+prefix := '$PREFIX'
BINDIR := '$BINDIR'
EOF