From 71de95cd9daa342ab70c5e09d011ebd467bf7c3d Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@monsoon.(none)>
Date: Sun, 18 Nov 2012 16:33:38 -0500
Subject: [PATCH] hopefully final set of improvements to the l2ork installer

---
 l2ork_addons/tar_em_up.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index eae643dd1..581549db6 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -90,6 +90,7 @@ then
 	echo "Pd dev package..."
 	cd doc/
 	svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc .
+	cp -f ../l2ork_addons/doc/Makefile .
 	cd ..
 	cd externals/miXed
 	make clean
@@ -116,7 +117,7 @@ fi
 
 if [ $full -gt 0 -o $deb -gt 0 ]
 then
-	echo "Pd full installer..."
+	echo "Pd full installer... IMPORTANT! When ran for the first time this step requires internet connection to pull sources from other repositories..."
 
 	# check if Gem submodule is empty, and if so do first init
 	if [ "$(ls -A Gem)" ]; then
@@ -158,6 +159,7 @@ then
 	# update docs
 	cd doc/
 	svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc .
+	cp -f ../l2ork_addons/doc/Makefile .
 	cd ..
 
 	if [ $full -eq 2 -o $deb -eq 2 ]
@@ -219,7 +221,6 @@ then
 	if [ $full -gt 1 -o $deb -eq 2 ]
 	then
 		make distclean
-		./runmebeforereinstalling.sh
 		rm -rf build/
 	fi
 	make install prefix=$inst_dir
-- 
GitLab