diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/source_debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/source_debian b/scripts/build/source_debian index e96b7a81d..c39ecb240 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -138,7 +138,7 @@ esac # We need to set the ownership to user `_apt` to give write access to the apt user, # otherwise we get a lot of warnings from apt about downloading as root. mkdir -p chroot/source.pkgs -chown _apt:root chroot/source.pkgs +Chroot chroot "chown _apt:root source.pkgs" cat > chroot/missing-source.txt << EOF This file contains the list of binary packages that are installed on the "live" |