From: Rob Browning Date: Sat, 4 Jan 2020 18:51:03 +0000 (-0600) Subject: prep-for-debianish-build: add dosfstools for vfat in (root) tests X-Git-Tag: 0.31~231 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=b674105a183f386a617762ed296e0a8b0771e046 prep-for-debianish-build: add dosfstools for vfat in (root) tests Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/dev/prep-for-debianish-build b/dev/prep-for-debianish-build index d91a1a0..bb371f3 100755 --- a/dev/prep-for-debianish-build +++ b/dev/prep-for-debianish-build @@ -11,11 +11,13 @@ export DEBIAN_FRONTEND=noninteractive apt-get update common_debs='gcc make linux-libc-dev git rsync eatmydata acl attr par2' -common_debs="$common_debs duplicity rdiff-backup rsnapshot" +common_debs="$common_debs duplicity rdiff-backup rsnapshot dosfstools" pyver="${1:-python2}" xattr="${2:-pyxattr}" +# dosfstools: for vfat for the (root) tests + case "$pyver" in python2) apt-get install -y \