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
commit 36d78305d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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 \; 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}
'' ''