git » firefox.git » main » tree

[main] / build-in64.sh

1
2
3
4
5
6
7
8
#!/bin/bash
set -e
set -x
cd $1
systemd-nspawn --console=autopipe -M sysroot-$$ --register=no --keep-unit -a --bind=/sources \
 -D /mnt/armlfs \
 $(pwd)/build-in32.sh $(pwd)
su builder -c "../cross-makepkg.sh -Ccs"