Merge pull request #60502 from manveru/bundler-app-postbuild

bundlerApp: don't execute postBuild twice
This commit is contained in:
Alyssa Ross
2019-05-04 13:12:30 +00:00
committed by GitHub

View File

@@ -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 \;
done
''}
${postBuild}
''