1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 03:24:26 +00:00

Most people expect /usr/local when an unspecified prefix is used so change to that.

This commit is contained in:
Con Kolivas 2011-09-02 10:30:48 +10:00
parent 5d845f2fb1
commit 062f937cee

View File

@ -212,7 +212,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([static int __attribute__((warn_unused_result)
[Define if __attribute__((warn_unused_result))]))
if test "x$prefix" = xNONE; then
prefix=/usr
prefix=/usr/local
fi
AC_DEFINE_UNQUOTED([CGMINER_PREFIX], ["$prefix/bin"], [Path to cgminer install])