Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samasung.com>2016-12-19 05:53:54 +0300
committerHyeongseok Oh <hseok82.oh@samasung.com>2016-12-19 05:53:54 +0300
commit965ba59b911180a9b687b8473de6dce47358abb7 (patch)
treede9fa78188ef0dddab65554ba4f802eb98324413 /cross
parent00299d175177c05ee7e1b10741183d78a1d75631 (diff)
Fix rootfs script: attempt to correct broken dependencies
Diffstat (limited to 'cross')
-rwxr-xr-xcross/build-rootfs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cross/build-rootfs.sh b/cross/build-rootfs.sh
index 65b81c6190..e840a2bdc8 100755
--- a/cross/build-rootfs.sh
+++ b/cross/build-rootfs.sh
@@ -104,6 +104,7 @@ rm -rf $__RootfsDir
qemu-debootstrap --arch $__UbuntuArch $__UbuntuCodeName $__RootfsDir $__UbuntuRepo
cp $__CrossDir/$__BuildArch/sources.list.$__UbuntuCodeName $__RootfsDir/etc/apt/sources.list
chroot $__RootfsDir apt-get update
+chroot $__RootfsDir apt-get -f -y install
chroot $__RootfsDir apt-get -y install $__UbuntuPackages
chroot $__RootfsDir symlinks -cr /usr
umount $__RootfsDir/*