Merge pull request #4380 from vitalogy/checkdeps_gentoo

scripts/checkdeps: fix gentoo deps
This commit is contained in:
Lukas Rusak 2015-10-19 00:51:41 -07:00
commit 0c6541ff7a
2 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,8 @@ case "$DISTRO" in
;;
gentoo)
deps="$deps g++ mkfontscale mkfontdir bdftopcf xsltproc java"
deps_pkg="$deps_pkg g++ mkfontscale mkfontdir bdftopcf libxslt jre"
deps_pkg="$deps_pkg gcc[cxx] mkfontscale mkfontdir bdftopcf libxslt virtual/jre"
files_pkg="glibc ncurses"
;;
arch)
# md5deep is only available in the aur

View File

@ -268,7 +268,7 @@ fi
# only for matrix system or all? (one tar for all updates?)
if [ "$PROJECT" == "imx6" -a "$SYSTEM" == "matrix" ]; then
$SCRIPTS/unpack imx6-mfgtool2-tbs-matrix
mkdir -p $RELEASE_DIR/MfgTool2-TBS-Matrix
cp -PR $BUILD/imx6-mfgtool2-tbs-matrix-*/imx6-mfgtool2-tbs-matrix-*/* $RELEASE_DIR/MfgTool2-TBS-Matrix
fi