diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-03 18:36:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-03 18:36:09 (EDT) |
commit | 3d30f60e3b9473ba643e1396f0aa9cdecf019b6a (patch) | |
tree | b421bb6a388847d976d9dfb9fd3f620287944edb | |
parent | 253458816fccf7bd8633a225320af06a20233aec (diff) |
bootstrap-prepare.sh: Add fakeroot.
-rwxr-xr-x | bootstrap-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh index 3601dc0..19eb9c1 100755 --- a/bootstrap-prepare.sh +++ b/bootstrap-prepare.sh @@ -63,7 +63,7 @@ prepare_packages_from_git() for repo in zlib toolchains/binutils linux-libre eglibc \ gmp toolchains/gcc-4.7 toolchains/gcc-defaults \ - busybox gmake opkg opkbuild opkhelper-3.0; do + busybox gmake opkg opkbuild opkhelper-3.0 fakeroot; do log 'Preparing package %s...' "${repo##*/}" if [ ! -d "${repo##*/}" ]; then git clone --depth 1 \ |