1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
This commit is contained in:
Ycarus 2018-01-26 22:58:20 +01:00
parent 11ed62396d
commit a7d3036d69

View file

@ -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