1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine package for raspberry.

This commit is contained in:
winlin 2014-03-30 12:31:50 +08:00
parent 3a61620844
commit be8aa92ab0
4 changed files with 57 additions and 3 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
echo "在Ubuntu12下面交叉编译arm用的脚本"
echo "argv[0]=$0"
if [[ ! -f $0 ]]; then
echo "directly execute the scripts on shell.";
@ -9,4 +11,4 @@ else
work_dir=`dirname $0`; work_dir=`(cd ${work_dir} && pwd)`
fi
bash ${work_dir}/package.sh arm
bash ${work_dir}/package.sh --arm