From d9a682ab6ad5b7545c978ce8389fbcd3e00af70e Mon Sep 17 00:00:00 2001 From: zhengqunkoo Date: Sun, 26 Apr 2020 06:20:09 +0800 Subject: [PATCH] Avoid overriding do_install() in haskell-stack build-style --- srcpkgs/kmonad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kmonad/template b/srcpkgs/kmonad/template index 88584c00607..7eb59fc8ae8 100644 --- a/srcpkgs/kmonad/template +++ b/srcpkgs/kmonad/template @@ -13,7 +13,7 @@ checksum="3f61c546d456354a15326558eb8025024ab3d51ef2f6ec761da5568e4473f7ec" nopie_files="/usr/bin/kmonad" nocross=yes -do_install() { +post_install() { vlicense LICENSE vinstall ${FILESDIR}/60-kmonad.rules 644 usr/lib/udev/rules.d }