bundlerApp: don't execute postBuild twice

This commit is contained in:
Michael Fellinger 2019-04-30 17:16:31 +02:00
parent c9fd6099b4
commit 5e1e055817

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