mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
fix exec_prefix for native build
Conflicts:
acinclude.m4
Origin commit data
------------------
Branch: ni/coolstream
Commit: aeb3ead6a9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
[CST] Focus
parent
2e9fbd20ed
commit
f3762c0449
@@ -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