Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 40 lines (28 sloc) 739 Bytes
#!/usr/bin/env beesh
# BEE_VERSION fakeroot-1.25.2_p13_g24d6b08-0
# more info: https://salsa.debian.org/clint/fakeroot/
# https://salsa.debian.org/clint/fakeroot/-/tree/24d6b0857396cad87b2cabd32fb8af9ef4799915
SRCURL[0]="https://beehive.molgen.mpg.de/eaf3f407c2f04b7bd5004cfe8ed86835/fakeroot-24d6b0857396cad87b2cabd32fb8af9ef4799915.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
start_cmd sed -i '/SUBDIRS = de es fr nl pt sv/d' doc/Makefile.am
start_cmd ./bootstrap
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}