chroot-gawk: remove /etc/profile.d and /usr/include
This commit is contained in:
parent
2dc7446b3d
commit
19f7ba1f07
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'chroot-gawk'
|
# Template file for 'chroot-gawk'
|
||||||
pkgname=chroot-gawk
|
pkgname=chroot-gawk
|
||||||
version=4.2.1
|
version=4.2.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="gawk-${version}"
|
wrksrc="gawk-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://directory.fsf.org/wiki/Gawk"
|
homepage="https://directory.fsf.org/wiki/Gawk"
|
||||||
|
@ -17,5 +17,5 @@ provides="awk-0_1"
|
||||||
replaces="awk>=0"
|
replaces="awk>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/etc/profile.d ${DESTDIR}/usr/include
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue