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

remove package script for pi and arm, use param instead

This commit is contained in:
winlin 2014-04-28 18:52:18 +08:00
parent cdcbca6423
commit fe80a4a7d2
2 changed files with 0 additions and 28 deletions

View file

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

View file

@ -1,14 +0,0 @@
#!/bin/bash
echo "在RaspberryPi下直接打包不编译直接打包编译慢手工编译"
echo "argv[0]=$0"
if [[ ! -f $0 ]]; then
echo "directly execute the scripts on shell.";
work_dir=`pwd`
else
echo "execute scripts in file: $0";
work_dir=`dirname $0`; work_dir=`(cd ${work_dir} && pwd)`
fi
bash ${work_dir}/package.sh --no-build