mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +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
|
||||
fi
|
||||
TARGET_PREFIX=$prefix
|
||||
if test "$exec_prefix" = "NONE"; then
|
||||
exec_prefix=$prefix
|
||||
fi
|
||||
targetprefix=$prefix
|
||||
elif test "$TARGET" = "cdk"; then
|
||||
AC_MSG_RESULT(cdk)
|
||||
|
||||
|
Reference in New Issue
Block a user