]> gitweb.morketsmerke.org Git - immudex-lhe.git/commitdiff
Poprawienie ścieżek względem katalogu '~/Pobrane' - sekcja budowy, skrypt budowania...
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 14:59:12 +0000 (16:59 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 14:59:12 +0000 (16:59 +0200)
immudex_build

index d3183cc64033f69e05e545918589061f89045439..89c463e25bb186a48e25075371be6c86da628b1d 100755 (executable)
@@ -104,7 +104,7 @@ if [ $? -eq 0 ]; then echo -e "[ ${GREEN}OK${ENDCOLOR} ]"; fi
 
 #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:
@@ -143,7 +143,7 @@ if [ $? -eq 0 ]; then echo -e "[ ${GREEN}OK${ENDCOLOR} ]"; fi
 #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