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:
parent
5d845f2fb1
commit
062f937cee
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user