Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
coreutils: update from 8.22 to 8.31
https://www.gnu.org/software/coreutils/

note:
/usr/bin/[ triggers bee bug.
  • Loading branch information
wwwutz committed Apr 24, 2019
1 parent a2492a8 commit 718847e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 35 deletions.
35 changes: 0 additions & 35 deletions coreutils-8.22-1.bee

This file was deleted.

27 changes: 27 additions & 0 deletions coreutils.be0
@@ -0,0 +1,27 @@
#!/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
#}

0 comments on commit 718847e

Please sign in to comment.