forked from josch/mmdebstrap
coverage.sh: support for s390x
This commit is contained in:
parent
4da43ec72e
commit
3b2a681cc6
1 changed files with 4 additions and 0 deletions
|
@ -2141,6 +2141,10 @@ tar -C /tmp/debian-chroot --one-file-system -c . | tar -t | sort > tar2.txt
|
||||||
ppc64el)
|
ppc64el)
|
||||||
echo ./lib64;
|
echo ./lib64;
|
||||||
;;
|
;;
|
||||||
|
s390x)
|
||||||
|
echo ./lib32;
|
||||||
|
echo ./usr/lib32/;
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
} | sort -u | diff -u - tar2.txt
|
} | sort -u | diff -u - tar2.txt
|
||||||
rm -r /tmp/debian-chroot
|
rm -r /tmp/debian-chroot
|
||||||
|
|
Loading…
Reference in a new issue