mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
fix exec_prefix for native build
Conflicts: acinclude.m4
This commit is contained in:
committed by
[CST] Focus
parent
166e403965
commit
aeb3ead6a9
@@ -40,6 +40,10 @@ if test "$TARGET" = "native"; then
|
|||||||
prefix=/usr/local
|
prefix=/usr/local
|
||||||
fi
|
fi
|
||||||
TARGET_PREFIX=$prefix
|
TARGET_PREFIX=$prefix
|
||||||
|
if test "$exec_prefix" = "NONE"; then
|
||||||
|
exec_prefix=$prefix
|
||||||
|
fi
|
||||||
|
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