From: xf0r3m Date: Sat, 22 Jul 2023 14:59:12 +0000 (+0200) Subject: Poprawienie ścieżek względem katalogu '~/Pobrane' - sekcja budowy, skrypt budowania... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=feba88ba7763c3dd865e866781892f4bf6260c80;p=immudex-lhe.git Poprawienie ścieżek względem katalogu '~/Pobrane' - sekcja budowy, skrypt budowania 'immudex_build' --- diff --git a/immudex_build b/immudex_build index d3183cc..89c463e 100755 --- a/immudex_build +++ b/immudex_build @@ -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