mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
fix exec_prefix for native build
This commit is contained in:
committed by
Jacek Jendrzej
parent
d0f9836173
commit
53dcd77d4a
@@ -34,6 +34,9 @@ if test "$TARGET" = "native"; then
|
|||||||
if test "$prefix" = "NONE"; then
|
if test "$prefix" = "NONE"; then
|
||||||
prefix=/usr/local
|
prefix=/usr/local
|
||||||
fi
|
fi
|
||||||
|
if test "$exec_prefix" = "NONE"; then
|
||||||
|
exec_prefix=$prefix
|
||||||
|
fi
|
||||||
targetprefix=$prefix
|
targetprefix=$prefix
|
||||||
elif test "$TARGET" = "cdk"; then
|
elif test "$TARGET" = "cdk"; then
|
||||||
AC_MSG_RESULT(cdk)
|
AC_MSG_RESULT(cdk)
|
||||||
|
Reference in New Issue
Block a user