Skip to content

Commit

Permalink
dev-util/build2: Add || die on mv xhtml files
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Mark Wright <[email protected]>
  • Loading branch information
markwright committed Jul 21, 2020
1 parent 0313417 commit 0d09331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ src_test() {
src_install() {
b install
mkdir -p "${ED}"/usr/share/doc/${PF}/html || die
mv -f "${ED}"/usr/share/doc/${PF}/*.xhtml "${ED}"/usr/share/doc/${PF}/html
mv -f "${ED}"/usr/share/doc/${PF}/*.xhtml "${ED}"/usr/share/doc/${PF}/html || die
}

0 comments on commit 0d09331

Please sign in to comment.