chroot-bash: switch to /usr.
This commit is contained in:
parent
b282c85009
commit
4ec6ebe822
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'chroot-bash'.
|
||||
pkgname=chroot-bash
|
||||
version=4.2
|
||||
revision=3
|
||||
wrksrc="bash-${version}"
|
||||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/bin --without-bash-malloc --enable-static-link LDFLAGS="
|
||||
revision=1
|
||||
configure_args="--without-bash-malloc --enable-static-link LDFLAGS="
|
||||
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz"
|
||||
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
||||
long_desc="
|
||||
Bash is an sh-compatible shell that incorporates useful features from
|
||||
|
|
Loading…
Reference in a new issue