From 9a712abdad00cbdf5145e1c08e4b92f357bd01f0 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Fri, 3 Aug 2012 14:09:52 +0200 Subject: [PATCH] fixed prefix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6521df20af..d0c1987c28 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ echo . config/detect_distro.sh OPTIONS="--disable-dependency-tracking --disable-relative" -PREFIX="--prefix=/usr --sysconfdir=/etc" +PREFIX="--sysconfdir=/etc" RESULTS="arangod arangosh arangoimp" USE_ICECC="no"