chroot-fakeroot: must install sharedlib to work.
This commit is contained in:
parent
416237c761
commit
855e3747ee
|
@ -1 +1,2 @@
|
|||
libc.so.6
|
||||
libdl.so.2
|
||||
|
|
|
@ -4,7 +4,6 @@ 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"
|
||||
short_desc="Gives a fake root environment -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://packages.debian.org/fakeroot"
|
||||
|
@ -23,5 +22,6 @@ conflicts="fakeroot>=0"
|
|||
Add_dependency full chroot-gnu-getopt
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
rm -f ${DESTDIR}/usr/lib/*.a
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue