Skip to content

Commit

Permalink
don't remove libexec
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Jul 16, 2024
1 parent f72560e commit 0aa8d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ rm -rf $PREFIX/share
rm -rf $PREFIX/lib/rustlib
rm -rf $PREFIX/lib/*.a
rm -rf $PREFIX/lib64/*.a
rm -rf $PREFIX/libexec
#rm -rf $PREFIX/libexec
rm -rf $PREFIX/etc
rm -f $PREFIX/lib/librustc_driver-*
rm -f $PREFIX/lib/libstd-*
Expand Down

0 comments on commit 0aa8d78

Please sign in to comment.