Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iproute2: don't leave dangling symlink in main package
@ 2020-10-29 15:41 sgn
  2020-11-02 12:43 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2020-10-29 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages iproute2-move-symlinks
https://github.com/void-linux/void-packages/pull/25969

iproute2: don't leave dangling symlink in main package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iproute2-move-symlinks-25969.patch --]
[-- Type: text/x-diff, Size: 963 bytes --]

From e67be0b5e49f60c5429f8f4fe186c4d37272693e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 29 Oct 2020 22:40:16 +0700
Subject: [PATCH] iproute2: don't leave dangling symlink in main package

---
 srcpkgs/iproute2/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index d9aa7887173..0b7504b9bea 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,7 +1,7 @@
 # Template file for 'iproute2'
 pkgname=iproute2
 version=5.9.0
-revision=1
+revision=2
 build_style=configure
 make_install_args="SBINDIR=/usr/bin"
 hostmakedepends="pkg-config perl flex"
@@ -35,6 +35,8 @@ post_install() {
 iproute2-tc-ipt_package() {
 	short_desc+=" - tc(8) IPtables support"
 	pkg_install() {
+		# m_ipt.so is symlinked to m_xt.so
+		vmove usr/lib/tc/m_ipt.so
 		vmove usr/lib/tc/m_xt.so
 	}
 }

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

* Re: [PR PATCH] [Merged]: iproute2: don't leave dangling symlink in main package
  2020-10-29 15:41 [PR PATCH] iproute2: don't leave dangling symlink in main package sgn
@ 2020-11-02 12:43 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-11-02 12:43 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

iproute2: don't leave dangling symlink in main package
https://github.com/void-linux/void-packages/pull/25969

Description:


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

end of thread, other threads:[~2020-11-02 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 15:41 [PR PATCH] iproute2: don't leave dangling symlink in main package sgn
2020-11-02 12:43 ` [PR PATCH] [Merged]: " sgn

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).