]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/compilemod.sh
make .sh remplaces All.sh
[creaToolsTools.git] / Install / scripts / compilemod.sh
index f79340587957ed82dd61f03b001a3d4cd770f855..79131209c9f17ae5f8f380d479e3fd4fcaa96285 100644 (file)
@@ -9,8 +9,12 @@ echo $2
 echo $3
 
 make -j 2
-pwd
-sudo make install
-cd ../..
-pwd
+
+# We don't install immediately!
+
+#pwd
+#sudo make install
+#cd ../..
+#pwd
+
 echo "--------------------------------------out compilemod--------------"