diff --git a/srcpkgs/tgt/template b/srcpkgs/tgt/template index c3ad4c86c19..6312ec65b7d 100644 --- a/srcpkgs/tgt/template +++ b/srcpkgs/tgt/template @@ -1,6 +1,6 @@ # Template file for 'tgt' pkgname=tgt -version=1.0.95 +version=1.0.96 revision=1 build_style=gnu-makefile make_install_args="sbindir=/usr/bin" @@ -13,14 +13,14 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://github.com/fujita/tgt" distfiles="https://github.com/fujita/tgt/archive/v${version}.tar.gz" -checksum=3584370a7e983404cac7782c6d35f36c75f01498fd2c5d01b3b5f74e66928b90 +checksum=d613a345fef795e76766e50775e123fb0bf43b10d6e26f11910647ed9639621a post_extract() { sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS) -Wno-error=stringop-truncation/g' usr/Makefile } post_install() { - for f in ${DESTDIR}/etc/tgt/examples/*; do + for f in ${DESTDIR}/usr/share/doc/packages/tgt/examples/*; do vsconf $f rm $f done