From 346826e595e6c783f5cf84b810f8907503ce78df Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Wed, 19 Mar 2014 21:12:39 -0400
Subject: [PATCH] another typo that prevented building of disis_spi and
 disis_gpio

---
 l2ork_addons/tar_em_up.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 3b73a2505..4ef44cbe5 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -288,7 +288,7 @@ then
 	# install raspberry pi externals
 	if [ $rpi -eq 1 ]
 	then
-		cd ../raspberry_pi
+		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
-- 
GitLab