Fix 'make dependencies' choking on Open.NAT directory name

The directory name appears to have changed in the package for 2.1.0.
This commit is contained in:
Oliver Brakmann
2016-08-18 21:03:49 +02:00
parent 1c5c9003f7
commit 782b617852

View File

@@ -85,9 +85,9 @@ fi
if [ ! -f Open.Nat.dll ]; then if [ ! -f Open.Nat.dll ]; then
echo "Fetching Open.Nat from NuGet" echo "Fetching Open.Nat from NuGet"
get Open.Nat 2.1.0 get Open.NAT 2.1.0
cp ./Open.Nat/lib/net45/Open.Nat.dll . cp ./Open.NAT/lib/net45/Open.Nat.dll .
rm -rf Open.Nat rm -rf Open.NAT
fi fi
if [ ! -f FuzzyLogicLibrary.dll ]; then if [ ! -f FuzzyLogicLibrary.dll ]; then