mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +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
|
||||
cp -r $work_dir/${INSTALL}/conf $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
|
||||
) >>$log 2>&1
|
||||
ret=$?; if [[ 0 -ne ${ret} ]]; then failed_msg "copy core components failed"; exit $ret; fi
|
||||
|
|
Loading…
Reference in a new issue