chroot-fakeroot: needs chroot-gnu-getopt.
This commit is contained in:
parent
ba0069d7c1
commit
8641027c2a
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=1.18.2
|
|||
wrksrc="fakeroot-${version}"
|
||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-shared --disable-nls"
|
||||
configure_args="--disable-shared"
|
||||
short_desc="Gives a fake root environment -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://packages.debian.org/fakeroot"
|
||||
|
@ -20,6 +20,7 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
conflicts="fakeroot>=0"
|
||||
Add_dependency full chroot-gnu-getopt
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib
|
||||
|
|
Loading…
Reference in a new issue