Skip to content
Permalink
718847edb8
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 27 lines (18 sloc) 470 Bytes
#!/bin/env beesh
# BEE_VERSION coreutils-8.31-2
SRCURL[0]="http://ftp.gnu.org/gnu/coreutils/coreutils-${PKGVERSION}.tar.xz"
PATCHURL[1]="http://www.linuxfromscratch.org/patches/lfs/development/coreutils-${PKGVERSION}-i18n-1.patch"
# EXCLUDE=""
#mee_patch() {
# bee_patch
#}
mee_configure() {
export FORCE_UNSAFE_CONFIGURE=1
bee_configure --enable-no-install-program=kill,uptime
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}