Skip to content

Commit

Permalink
alpine: update 2.21.99999 to 2.25
Browse files Browse the repository at this point in the history
- update
  • Loading branch information
wwwutz committed Jan 3, 2022
1 parent f010521 commit 2a96f91
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions alpine.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION alpine-2.21.99999-0
# BEE_VERSION alpine-2.25-0

# more info: https://repo.or.cz/alpine.git
# http://alpine.x10host.com/alpine/

SRCURL[0]="/src/mariux/beeroot/downloads/alpine-0_t1569546390_90e12ea.tar.bz2"
# SRCURL[0]="http://alpine.x10host.com/alpine/release/src/alpine-2.25.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/50e59c7979f43fcc7a45e43760e2a97d/alpine-2.25.tar.xz"

# PATCHURL+=()

Expand All @@ -29,11 +30,9 @@ mee_configure() {
# bee_build
#}

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

mee_install_post() {
rm -vrf ${D}/usr/bin/{rpdump,rpload}
rm -vrf ${D}/usr/share/man/man1/{rpdump,rpload}.1
}

0 comments on commit 2a96f91

Please sign in to comment.