Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cpio: Do not build rmt
The binary `rmt` is already provided by GNU Tar. [1]

> --with-rmt=/usr/libexec/rmt: This parameter inhibits building the rmt
> program as it is already installed by the Tar package in LFS.

[1]: http://www.linuxfromscratch.org/blfs/view/stable/general/cpio.html
  • Loading branch information
pmenzel committed Aug 27, 2019
1 parent 532a5e6 commit 4e26fbc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpio.be0
Expand Up @@ -47,9 +47,10 @@ SRCURL[0]="https://ftp.gnu.org/gnu/cpio/cpio-${PKGVERSION}.tar.bz2"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--with-rmt=/usr/libexec/rmt
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 4e26fbc

Please sign in to comment.