Skip to content

Commit

Permalink
Merge pull request #1397 from mariux64/fix-w3m-053
Browse files Browse the repository at this point in the history
w3m: fix parallel build
  • Loading branch information
donald authored Oct 17, 2019
2 parents 5cb8807 + 0d0ac74 commit a8f3729
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion w3m.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/env beesh

# BEE_VERSION w3m-0.5.3-0
# BEE_VERSION w3m-0.5.3-1

SRCURL[0]="https://downloads.sourceforge.net/project/w3m/w3m/w3m-${PKGVERSION}/w3m-${PKGVERSION}.tar.gz"

PATCHURL+=("/src/mariux/patches/w3m-0.5.3-lfs.patch")

BEE_MAKEFLAGS=-j1
#mee_patch() {
# bee_patch
#
Expand All @@ -30,6 +31,7 @@ mee_install() {
mkdir -vp ${D}/etc/w3m
install -v -m644 -D ${S}/doc/keymap.default ${D}/etc/w3m/keymap
install -v -m644 ${S}/doc/menu.default ${D}/etc/w3m/menu
rm -vrf ${D}/usr/share/locale
}

#mee_install_post() {
Expand Down

0 comments on commit a8f3729

Please sign in to comment.