chroot-gawk: remove /etc/profile.d and /usr/include

This commit is contained in:
maxice8 2019-03-31 02:40:59 -03:00 committed by maxice8
parent 2dc7446b3d
commit 19f7ba1f07

View file

@ -1,11 +1,11 @@
# Template file for 'chroot-gawk'
pkgname=chroot-gawk
version=4.2.1
revision=1
revision=2
wrksrc="gawk-${version}"
build_style=gnu-configure
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
short_desc="The GNU awk utility -- for xbps-src use"
short_desc="GNU awk utility -- for xbps-src use"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://directory.fsf.org/wiki/Gawk"
@ -17,5 +17,5 @@ provides="awk-0_1"
replaces="awk>=0"
post_install() {
rm -rf ${DESTDIR}/usr/share
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/etc/profile.d ${DESTDIR}/usr/include
}