From 30fca2cfb8a2d0223ec037dfe6a648fa53c998df Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 17 Sep 2022 14:46:15 +0200 Subject: [PATCH] Update chroot_build.sh --- chroot_build.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/chroot_build.sh b/chroot_build.sh index bac3d5e..9015286 100755 --- a/chroot_build.sh +++ b/chroot_build.sh @@ -45,13 +45,4 @@ if [ "$ARCHITECTURE" = "x86" ] ; then ARCHITECTURE=i686 ; fi mkdir out/ sudo find miniroot/ -type f -executable -name 'runtime-fuse2' -exec cp {} out/runtime-fuse2-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'patchelf' -exec cp {} out/patchelf-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'zsyncmake' -exec cp {} out/zsyncmake-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'mksquashfs' -exec cp {} out/mksquashfs-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'unsquashfs' -exec cp {} out/unsquashfs-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'bsdtar' -exec cp {} out/bsdtar-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'desktop-file-install' -exec cp {} out/desktop-file-install-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'desktop-file-validate' -exec cp {} out/desktop-file-validate-$ARCHITECTURE \; -sudo find miniroot/ -type f -executable -name 'update-desktop-database' -exec cp {} out/update-desktop-database-$ARCHITECTURE \; -sudo cp miniroot/appstream-0.12.9/prefix/bin/appstreamcli out/appstreamcli-$ARCHITECTURE sudo rm -rf miniroot/