Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Avoid overriding do_install() in haskell-stack build-style
@ 2020-04-25 22:20 zhengqunkoo
  2020-04-26  1:15 ` Avoid overriding do_install() from build-style sgn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zhengqunkoo @ 2020-04-25 22:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 419 bytes --]

There is a new pull request by zhengqunkoo against master on the void-packages repository

https://github.com/zhengqunkoo/void-packages kmonad
https://github.com/void-linux/void-packages/pull/21343

Avoid overriding do_install() in haskell-stack build-style
An overrided `do_install()` means `/usr/bin/kmonad` is not installed.

A patch file from https://github.com/void-linux/void-packages/pull/21343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kmonad-21343.patch --]
[-- Type: text/x-diff, Size: 732 bytes --]

From d9a682ab6ad5b7545c978ce8389fbcd3e00af70e Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
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
 }

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-27 15:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 22:20 [PR PATCH] Avoid overriding do_install() in haskell-stack build-style zhengqunkoo
2020-04-26  1:15 ` Avoid overriding do_install() from build-style sgn
2020-04-26  8:07 ` [PR PATCH] [Updated] " zhengqunkoo
2020-04-26  8:08 ` zhengqunkoo
2020-04-26 11:15 ` NeelChotai
2020-04-26 13:20 ` [PR PATCH] [Updated] " zhengqunkoo
2020-04-27 15:56 ` [PR PATCH] [Merged]: kmonad: avoid overriding do_install() in build-style Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).