#Copying chroot script to chroot directory:
echo -n "Copying chroot script to chroot directory...";
-sudo cp -vv ~/Pobrane/immudex-lhe/versions/base.sh ~/immudex-lhe/${arch}/chroot >> ~/immudex_build.log 2>&1;
+sudo cp -vv immudex-lhe/versions/base.sh ~/immudex-lhe/${arch}/chroot >> ~/immudex_build.log 2>&1;
if [ $? -eq 0 ]; then echo -e "[ ${GREEN}OK${ENDCOLOR} ]"; fi
#Executing chroot script, at least i trying:
#Getting and copying bootloader files
echo -n "Copying bootloader files...";
#arch2=$(echo $1 | sed 's/-//g');
-cp -v immudex-lhe/isolinux/${arch}/* ~/immudex-lhe/${arch}/staging/isolinux >> ~/immudex_build.log 2>&1;
+cp -v immudex-lhe/isolinux/i386/* ~/immudex-lhe/${arch}/staging/isolinux >> ~/immudex_build.log 2>&1;
if [ $? -eq 0 ]; then echo -e "[ ${GREEN}OK${ENDCOLOR} ]"; fi
#Removing Pobrane dir