diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-23 17:31:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-23 17:31:40 +0100 |
commit | a8c1cb496f598dc362161d1105396f805167f663 (patch) | |
tree | e0010131c50f116a7a9e37a7027d26f2eaff380a | |
parent | ecdefa672838ecebdfdbfb4aa1516708e79e6070 (diff) | |
download | bootstrap32-a8c1cb496f598dc362161d1105396f805167f663.tar.xz |
built up to coreutils
-rwxr-xr-x | build_stage4.sh | 7 | ||||
-rw-r--r-- | i486-stage4/coreutils/DESCR | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/build_stage4.sh b/build_stage4.sh index 4db3c4c..0e3f159 100755 --- a/build_stage4.sh +++ b/build_stage4.sh @@ -20,15 +20,11 @@ perl-test-pod-coverage perl-error pcre2 docbook-xml libxslt docbook-xsl xmlto asciidoc git libtool zlib pambase cracklib libtirpc flex gpm w3m pam -libcap +libcap coreutils " #~ stage2: #~ PACKAGES=" -#~ -#~ -#~ -#~ coreutils #~ util-linux pkg-config e2fsprogs expat bzip2 lz4 xz pcre less gzip #~ tar libarchive curl #~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman @@ -44,7 +40,6 @@ libcap # Archlinux base, base-devel groups #~ bzip2 -#~ coreutils #~ cryptsetup #~ device-mapper #~ dhcpcd diff --git a/i486-stage4/coreutils/DESCR b/i486-stage4/coreutils/DESCR new file mode 100644 index 0000000..a20091c --- /dev/null +++ b/i486-stage4/coreutils/DESCR @@ -0,0 +1,4 @@ +# tests are commented out +sed -i 's/#make check/make check/g' PKGBUILD + + |