From b9743957faff6d0dc34ac255f2ed0d4691d40dc9 Mon Sep 17 00:00:00 2001 From: Carl Date: Sat, 8 Dec 2018 19:04:54 -0800 Subject: [PATCH] Make directory to hold programs --- net/net.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/net/net.sh b/net/net.sh index 12fb0ad12..9c7f2ee01 100755 --- a/net/net.sh +++ b/net/net.sh @@ -141,6 +141,7 @@ build() { export NDEBUG=1 cargo install --path drone --features=$cargoFeatures --root farf cargo install --path . --features=$cargoFeatures --root farf + mkdir -p farf/bin/deps/ ./scripts/install-native-programs.sh farf/bin/deps/ release " )