Skip to content

Commit

Permalink
Merge pull request #1413 from mariux64/update-e2fsprogs-from-1.43.4-t…
Browse files Browse the repository at this point in the history
…o-1.45.4

Update e2fsprogs from 1.43.4 to 1.45.4
  • Loading branch information
donald authored Oct 25, 2019
2 parents 8608bdd + d6e1b4a commit b433205
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions e2fsprogs.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION e2fsprogs-1.43.4-0
# BEE_VERSION e2fsprogs-1.45.4-0

## The source URL(s) array
SRCURL[0]="https://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-${PKGVERSION}.tar.gz"
Expand Down Expand Up @@ -41,10 +41,16 @@ 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
mv ${D}${SYSCONFDIR}/mke2fs.conf ${D}${SYSCONFDIR}/mke2fs.conf.sample

rm -rv ${D}/etc/cron.d
rm -rv ${D}/lib/systemd
}

0 comments on commit b433205

Please sign in to comment.