diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 22568276490cd37f38a62726e78fa2cf5b781cdd..b535a64e3951a168188af0239d7a66f160c25372 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -132,13 +132,13 @@ then
 	if [ -d .git ]; then
 		# check if Gem submodule is empty, and if so do first init
 		if [ "$(ls -A Gem)" ]; then
-			#git submodule update
-			git submodule foreach git pull origin master
+			git submodule update
+			#git submodule foreach git pull origin master
 		else
 			# init all submodules (only necessary the first time)
 			git submodule init
-			#git submodule update
-			git submodule foreach git pull origin master
+			git submodule update
+			#git submodule foreach git pull origin master
 		fi
 	fi
 
@@ -332,7 +332,7 @@ then
 	make
 	cd ../
 	make clean
-	make
+	make LINUXINCLUDE=-I../../pd/src
 	cp -f rtcmix~.pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
 	cp -f rtcmix~-help.pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
 	cp -rf lib ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra