summaryrefslogtreecommitdiffstats
path: root/bootstrap-prepare.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-03 22:46:13 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-03 22:46:13 (EDT)
commitfcbfd7d39569693f955ad748e5192e5bbfb1c2c9 (patch)
tree45572a565d7f72a88e408eb4553b38c1a03bd816 /bootstrap-prepare.sh
parent3d30f60e3b9473ba643e1396f0aa9cdecf019b6a (diff)
bootstrap-prepare.sh: Add file.
Diffstat (limited to 'bootstrap-prepare.sh')
-rwxr-xr-xbootstrap-prepare.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 19eb9c1..0a4fd98 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -63,7 +63,8 @@ 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 fakeroot; do
+ busybox gmake opkg opkbuild opkhelper-3.0 \
+ fakeroot file; do
log 'Preparing package %s...' "${repo##*/}"
if [ ! -d "${repo##*/}" ]; then
git clone --depth 1 \