Skip to content

Commit

Permalink
fix netbox build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Mar 1, 2017
1 parent ccd09b1 commit 124c1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/nightly/netbox.sh
Expand Up @@ -11,12 +11,13 @@ function bnetbox {

wine cmd /c ../netbox.${BIT}.bat &> ../logs/netbox${BIT}

pushd build/${PLUGIN}/Far3/${PLATFORM} || return 1
pushd Far3_${PLATFORM}/Plugins/${PLUGIN} || return 1

mkdir -p ../../../../../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f * ../../../../../outfinalnew${BIT}/Plugins/${PLUGIN}

popd
cp -f ChangeLog ../outfinalnew${BIT}/Plugins/${PLUGIN}
}

#git clone must already exist and set to far3 branch
Expand Down

0 comments on commit 124c1b4

Please sign in to comment.