summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-12 04:36:13 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-12 04:36:13 (GMT)
commit75ed3879938ea62e7d76a79cf71f9ede6206ff98 (patch)
treeb43ed1a9f39dc9e8f23e847b3765fe114a32f432
parent0d95cfdd74ff72ba39a0f3a3b22113cb7bb27fbc (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 1cd11fd..43df410 100755
--- a/src/configure
+++ b/src/configure
@@ -229,7 +229,7 @@ STRIP := strip
INSTALL := install
SED := sed
-PREFIX := '$PREFIX'
+prefix := '$PREFIX'
BINDIR := '$BINDIR'
ETCDIR := '$ETCDIR'
DATAROOTDIR := '$DATAROOTDIR'