use /usr as default prefix when using autogen.sh

This commit is contained in:
john30
2015-03-20 21:30:50 +01:00
parent 24876e204a
commit c1fbb4a7e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ echo "*************"
echo " build"
echo "*************"
echo
./autogen.sh --prefix=/usr || exit 1
./autogen.sh || exit 1
make || exit 1
echo