use /usr as default prefix when using autogen.sh

This commit is contained in:
john30
2015-03-20 21:48:05 +01:00
parent c1fbb4a7e9
commit f9bda91d94
+1 -1
View File
@@ -34,7 +34,7 @@ build() {
git reset --hard
# git apply -v --ignore-space-change --ignore-whitespace ../some.patch
./autogen.sh --prefix=/usr --sysconfdir=/etc
./autogen.sh
make -j1
}