From c264c0458d7b3dc375ef1982b9d33d69a6547d05 Mon Sep 17 00:00:00 2001 From: zhengqunkoo Date: Sun, 26 Apr 2020 06:20:09 +0800 Subject: [PATCH] kmonad: avoid overriding do_install() in build-style An overrided do_install() means /usr/bin/kmonad is not installed. --- srcpkgs/kmonad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kmonad/template b/srcpkgs/kmonad/template index 6fcb68a35e4..cdd2f000cef 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 }