Explicitly specific build variant when installing native programs

This commit is contained in:
Michael Vines
2018-12-07 08:26:45 -08:00
parent 1ddf93fd86
commit fa58da2401
5 changed files with 5 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ parts:
cargo install --path . --root $SNAPCRAFT_PART_INSTALL --bins
# Install native programs
./scripts/install-native-programs.sh $SNAPCRAFT_PART_INSTALL/bin/
./scripts/install-native-programs.sh $SNAPCRAFT_PART_INSTALL/bin/ release
# Install multinode-demo/
mkdir -p $SNAPCRAFT_PART_INSTALL/multinode-demo/