Skip to content

Commit

Permalink
e2fsprogs: Add -f to am postinstall rm command
Browse files Browse the repository at this point in the history
Add -f to avoid prompts like these:

rm: remove write-protected regular file '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libcom_err.a'? y
removed '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libcom_err.a'
rm: remove write-protected regular file '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libe2p.a'? y
removed '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libe2p.a'
rm: remove write-protected regular file '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libext2fs.a'? y
removed '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libext2fs.a'
rm: remove write-protected regular file '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libss.a'? y
removed '/scratch/local/bee-buczek/e2fsprogs/e2fsprogs-1.47.1-0/image/usr/lib/libss.a'
  • Loading branch information
donald committed Apr 18, 2025
1 parent ef76695 commit bf550c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2fsprogs.be0
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mee_install_post() {
rm -rv ${D}/etc/cron.d
# we dont dev
rm -v ${D}${DATADIR}/info/libext2fs.info.gz
rm -rv ${D}/usr/lib/*.a
rm -rf ${D}/usr/lib/*.a
rm -rf ${D}/usr/lib/pkgconfig
# this is in libcom-err2
rm -f ${D}/usr/bin/compile_et
Expand Down

0 comments on commit bf550c5

Please sign in to comment.