mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
modcheck should also take DESTDIR into account
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ on='[01;00;35m'
|
||||
off='[0m'
|
||||
|
||||
prefix=`cat ../config.log | grep ^prefix=\' | awk -F \' '{print $2}'`
|
||||
mods=${prefix}/mod;
|
||||
mods=${DESTDIR}${prefix}/mod;
|
||||
|
||||
if [ -z $mods ] ; then
|
||||
mods="/usr/local/freeswitch/mod"
|
||||
|
||||
Reference in New Issue
Block a user