Juha Heinanen escreveu:
Edson - Lists writes:
Another one:
#/usr/lib/sip-router/modules_k\([^_]\)#//lib/sip-router/modules_k\1#g" \
-e "s#/usr/share/doc/sip-router/##g" \
< sip-router.cfg.5 >
//share/man//man5/sip-router.cfg.5
/bin/sh: sip-router.cfg.5: No such file or directory
make: *** [install-sip-router-man] Error 1
thanks for testing. that one should be now ok.
-- juha
Yep... this one is ok....
Here is the new one:
# FIXME: This is a hack, this should be (and will be) done properly in
sed -e
"s#^DEFAULT_SCRIPT_DIR.*#DEFAULT_SCRIPT_DIR=\"//share/sip-router/\"#g"
\
< scripts/mysql/sip-router_mysql.sh >
//sbin//sip-router_mysql.sh
/bin/sh: scripts/mysql/sip-router_mysql.sh: No such file or directory
make: *** [install-utils] Error 1
Edson.