diff --git a/srcpkgs/hblock/template b/srcpkgs/hblock/template index c067f59f9ab..d252667da90 100644 --- a/srcpkgs/hblock/template +++ b/srcpkgs/hblock/template @@ -11,8 +11,6 @@ homepage="https://github.com/hectorm/hblock" distfiles="https://github.com/hectorm/${pkgname}/archive/v${version}.tar.gz" checksum=762dbe5f2a0ea84078b194190f4fb51b9fe3e6ef043c1899fdda6a083328225f -do_install() { - make DESTDIR=$DESTDIR prefix=/usr install - +post_install() { vlicense LICENSE.md }