This commit is contained in:
root
2017-11-13 17:37:21 +01:00
parent 171300c1e3
commit f3f2f8cfb5
36 changed files with 355 additions and 1221 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ echo " Verifying main directory..."
proceed #error check
echo " DONE!"
echo " Entering the library directory..."
cd cylib && proceed=1 #cd to the lib dir
cd configutility/linux/cylib && proceed=1 #cd to the lib dir
proceed #error check
echo " DONE!"
echo " Compiling and installing the library..."
@@ -38,7 +38,7 @@ proceed
echo " DONE!"
echo " Library installation complete."
echo " Going back..."
cd .. && proceed=1 #to main dir
cd ../../.. && proceed=1 #to main dir
proceed
echo " DONE!"
echo " Entering the TinI/O build directory"