diff --git a/srcpkgs/abduco/template b/srcpkgs/abduco/template index 5724aa7cb1a..665c1c4a229 100644 --- a/srcpkgs/abduco/template +++ b/srcpkgs/abduco/template @@ -1,6 +1,6 @@ # Template file for 'abduco' pkgname=abduco -version=0.1 +version=0.2 revision=1 build_style=gnu-makefile short_desc="Session management in a clean and simple way" @@ -8,10 +8,10 @@ maintainer="Ypnose " license="ISC" homepage="http://www.brain-dump.org/projects/abduco/" distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5 +checksum=c8b75a903b0914dd7804d57566f571f3f5efa91e46482bfb4652400156a71912 pre_build() { - sed -i 's|@strip|@${STRIP}|g' Makefile + sed -i '/^STRIP =/d' config.mk } post_install() {