Fix uavs3 cleanup

This commit is contained in:
BtbN 2020-10-30 13:52:00 +01:00
parent f5dccd80d1
commit 2ddab26445
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ffbuild_dockerbuild() {
make -j$(nproc)
make install
cd ../..
cd ../../..
rm -rf uavs3d
}