diff --git a/srcpkgs/tap-plugins/template b/srcpkgs/tap-plugins/template index b6d7871249..1d48c585f0 100644 --- a/srcpkgs/tap-plugins/template +++ b/srcpkgs/tap-plugins/template @@ -1,6 +1,6 @@ # Template file for 'tap-plugins' pkgname=tap-plugins -version=1.0.0 +version=1.0.1 revision=1 build_style=gnu-makefile make_use_env=yes @@ -10,12 +10,8 @@ maintainer="Olga Ustuzhanina " license="GPL-3.0-or-later" homepage="https://github.com/tomszilagyi/tap-plugins/" distfiles="https://github.com/tomszilagyi/${pkgname}/archive/v${version}.tar.gz" -checksum=ea94d8b20d8056e1b9ec6d252846713780fd2a268f3a3a772c362a10950d80cd +checksum=89c932bea903589db2717ca4d87013fea404b4123fc71acba5bc7cba18d3ecbb -pre_build() { - make_build_args="CC=${CC} LD=${LD}" -} - -do_configure() { - sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile +post_extract() { + sed 's|/usr/local/|$(DESTDIR)/usr/| ; /CC/s:=:?=:' -i Makefile }