Merge pull request #60502 from manveru/bundler-app-postbuild
bundlerApp: don't execute postBuild twice
This commit is contained in:
commit
36d78305d3
|
@ -59,6 +59,4 @@ in
|
||||||
find -L ${basicEnv}/${ruby.gemPath}/gems/${basicEnv.name} \( -wholename "*/man/*.$section" -o -wholename "*/man/man$section/*.$section" \) -print -execdir mkdir -p $mandir \; -execdir cp '{}' $mandir \;
|
find -L ${basicEnv}/${ruby.gemPath}/gems/${basicEnv.name} \( -wholename "*/man/*.$section" -o -wholename "*/man/man$section/*.$section" \) -print -execdir mkdir -p $mandir \; -execdir cp '{}' $mandir \;
|
||||||
done
|
done
|
||||||
''}
|
''}
|
||||||
|
|
||||||
${postBuild}
|
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue