mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
Fix bug for package script
This commit is contained in:
parent
7af087652f
commit
b0227e0d22
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ ok_msg "copy core components"
|
||||||
mkdir -p $install_root
|
mkdir -p $install_root
|
||||||
cp -r $work_dir/${INSTALL}/conf $install_root &&
|
cp -r $work_dir/${INSTALL}/conf $install_root &&
|
||||||
cp -r $work_dir/${INSTALL}/etc $install_root &&
|
cp -r $work_dir/${INSTALL}/etc $install_root &&
|
||||||
|
cp -r $work_dir/${INSTALL}/usr $install_root &&
|
||||||
cp -r $work_dir/${INSTALL}/objs $install_root
|
cp -r $work_dir/${INSTALL}/objs $install_root
|
||||||
) >>$log 2>&1
|
) >>$log 2>&1
|
||||||
ret=$?; if [[ 0 -ne ${ret} ]]; then failed_msg "copy core components failed"; exit $ret; fi
|
ret=$?; if [[ 0 -ne ${ret} ]]; then failed_msg "copy core components failed"; exit $ret; fi
|
||||||
|
|
Loading…
Reference in a new issue