mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
fix
This commit is contained in:
parent
11ed62396d
commit
a7d3036d69
1 changed files with 3 additions and 1 deletions
4
build.sh
4
build.sh
|
@ -44,7 +44,9 @@ if [ -n "$1" ] && [ -f "$OMR_FEED/$1/Makefile" ]; then
|
|||
shift 1
|
||||
fi
|
||||
|
||||
if [ "$OMR_KEEPBIN" = "no" ]; then rm -rf source/bin
|
||||
if [ "$OMR_KEEPBIN" = "no" ]; then
|
||||
rm -rf source/bin
|
||||
fi
|
||||
rm -rf source/files source/tmp
|
||||
cp -rf root/* source
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue