From feba88ba7763c3dd865e866781892f4bf6260c80 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 22 Jul 2023 16:59:12 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20=C5=9Bcie=C5=BCek=20wzgl=C4=99dem?= =?utf8?q?=20katalogu=20'~/Pobrane'=20-=20sekcja=20budowy,=20skrypt=20budo?= =?utf8?q?wania=20'immudex=5Fbuild'?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- immudex_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5