forked from josch/mmdebstrap
make_mirror.sh: also include build-essential
This commit is contained in:
parent
5649f7d69a
commit
96c6913281
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ END
|
||||||
| xargs --delimiter='\n' /usr/lib/apt/apt-helper cat-file \
|
| xargs --delimiter='\n' /usr/lib/apt/apt-helper cat-file \
|
||||||
| grep-dctrl --no-field-names --show-field=Package --exact-match \
|
| grep-dctrl --no-field-names --show-field=Package --exact-match \
|
||||||
\( --field=Essential yes --or --field=Priority required \
|
\( --field=Essential yes --or --field=Priority required \
|
||||||
--or --field=Priority important --or --field=Priority standard \))
|
--or --field=Priority important --or --field=Priority standard \
|
||||||
|
--or --field=Package build-essential \) )
|
||||||
|
|
||||||
pkgs="$(echo $pkgs) build-essential"
|
pkgs="$(echo $pkgs) build-essential"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue