Merge pull request #6532 from abbradar/6486-fix

buiildFHSEnv: check if multiPkgs is empty
This commit is contained in:
Nikolay Amiantov 2015-02-23 14:09:07 +03:00
commit 6b72418ee5
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ let
cp -rsf ${staticUsrProfileTarget}/lib/32/* lib/
# copy content of multiPaths (32bit libs)
cp -rsf ${staticUsrProfileMulti}/lib/* lib/
[ -d ${staticUsrProfileMulti}/lib ] && cp -rsf ${staticUsrProfileMulti}/lib/* lib/
# copy content of targetPaths (64bit libs)
cp -rsf ${staticUsrProfileTarget}/lib/* lib64/