A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname : ip-178-202-075-045.um47.pools.vodafone-ip.de Old Revision : https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1725302504 New Revision : https://wiki.x2go.org/doku.php/doc:howto:tce Date of New Revision: 2024/09/12 08:41 Edit Summary : [Configuring the Build] buildscript needs to check both host and target arch User : stefanbaur There may be newer changes after this revision. If this happens, a message will be shown on the top of the rev page. @@ -194,9 +194,9 @@ # This is to optimize squashfs size, based on a suggestion by intrigeri from the TAILS team # note that this will permanently change /usr/lib/live/build/binary_rootfs # # - if dpkg --print-architecture | grep -q 'arm'; then + if dpkg --print-architecture | grep -q 'arm' || echo $LBX2GO_ARCH | grep -q 'arm' ; then # on arm, these parameters must not be used; if they're there, we need to reinstall the package to undo our patch if grep -q -- '-Xbcj x86 -b 1024K -Xdict-size 1024K' /usr/lib/live/build/binary_rootfs; then apt install --reinstall live-build fi -- This mail was generated by DokuWiki at https://wiki.x2go.org/