From 799ced4d82d1407b1861e3f5bcf7f4350064d7aa Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Wed, 19 Mar 2014 22:40:00 -0400
Subject: [PATCH] and yet another fix/reworking on the rpi external build
 process

---
 l2ork_addons/raspberry_pi/makeall.sh | 8 +-------
 l2ork_addons/tar_em_up.sh            | 8 ++++----
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/l2ork_addons/raspberry_pi/makeall.sh b/l2ork_addons/raspberry_pi/makeall.sh
index 18b83079e..9bf7696c7 100755
--- a/l2ork_addons/raspberry_pi/makeall.sh
+++ b/l2ork_addons/raspberry_pi/makeall.sh
@@ -1,10 +1,4 @@
-git clone https://github.com/WiringPi/WiringPi.git wiringPi
-cd wiringPi
-git stash
-git pull
-cd wiringPi
-make static
-cd ../../disis_gpio
+cd disis_gpio
 ./build.sh
 cd ../
 
diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index ab435fd9f..8d05abf32 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -292,10 +292,10 @@ then
 	then
 		cd raspberry_pi
 		./makeall.sh
-		cp -f disis_gpio/disis_gpio.pd_linux ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
-		cp -f disis_gpio/disis_gpio-help.pd ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
-		cp -f disis_spi/disis_spi.pd_linux ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
-		cp -f disis_spi/disis_spi-help.pd ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
+		cp -f disis_gpio/disis_gpio.pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
+		cp -f disis_gpio/disis_gpio-help.pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
+		cp -f disis_spi/disis_spi.pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
+		cp -f disis_spi/disis_spi-help.pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
 		cd ../
 	fi
 	# finish install
-- 
GitLab