From dad711e5de498d6eef68edb0b9d29d3682932087 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Fri, 9 Feb 2018 20:27:08 +0000
Subject: [PATCH] fixed so that build isn't broken after exporting package

---
 ubuntu16_files/Vagrantfile               | 1 +
 ubuntu16_files/generate_ais_installer.sh | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/ubuntu16_files/Vagrantfile b/ubuntu16_files/Vagrantfile
index fb5388c22..9624131fc 100644
--- a/ubuntu16_files/Vagrantfile
+++ b/ubuntu16_files/Vagrantfile
@@ -17,6 +17,7 @@ Vagrant.configure(2) do |config|
     # README step 0, unpack tarball.
     zipr_toolchain.vm.provision "shell", privileged: false, inline: <<-SHELL
 	cd /home/vagrant
+	echo "Extracting zipr_toolchain.tgz into VM."
 	tar xzf /vagrant/zipr_toolchain.tgz
     SHELL
 
diff --git a/ubuntu16_files/generate_ais_installer.sh b/ubuntu16_files/generate_ais_installer.sh
index 9c5406770..e2229b294 100755
--- a/ubuntu16_files/generate_ais_installer.sh
+++ b/ubuntu16_files/generate_ais_installer.sh
@@ -4,5 +4,9 @@ cd $PEASOUP_UMBRELLA_DIR
 
 ./regen_install.sh ida ps zipr ubuntu16 stars
 cp -r installed zipr_toolchain
+
+echo "Creating zipr_toolchain.tgz" 
 tar czf ubuntu16_files/zipr_toolchain.tgz zipr_toolchain
 rm -Rf zipr_toolchain
+
+$PEDI_HOME/pedi -c -m manifest.txt
-- 
GitLab