Skip to content

Commit

Permalink
Silence errors from rm
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 authored Sep 10, 2024
1 parent 031ff37 commit ca21ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib32-rust-bin/lib32-rust-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ package() {
rm -fr "${pkgdir}"/usr/etc
rm -fr "${pkgdir}"/usr/libexec
rm -fr "${pkgdir}"/usr/lib/rustlib/etc
rm -f "${pkgdir}"/usr/lib/rustlib/* || true
rm -f "${pkgdir}"/usr/lib/rustlib/* 2> /dev/null || true
}

0 comments on commit ca21ea9

Please sign in to comment.