Skip to content

Commit

Permalink
e2fsprogs: Convert to mee_install_post()
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 24, 2019
1 parent d127e5d commit 9afe4a4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions e2fsprogs.be0
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ mee_build() {
start_cmd make check
}

mee_install() {
bee_install
#mee_install() {
# bee_install
#}

mee_install_post() {
make install-libs DESTDIR=${D}
chmod -v u+w ${D}${LIBDIR}/{libcom_err,libe2p,libext2fs,libss}.a
gunzip -v ${D}${DATADIR}/info/libext2fs.info.gz
Expand Down

0 comments on commit 9afe4a4

Please sign in to comment.