Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] common: change wording in error message
@ 2019-10-31 23:21 voidlinux-github
  2019-10-31 23:45 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-31 23:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jnbr/void-packages xbps-src
https://github.com/void-linux/void-packages/pull/16015

common: change wording in error message
build helper and build styles are now different concepts

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

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

From 54e2cab65163010b1eb27fe5dd9fa3f4da680229 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Fri, 1 Nov 2019 00:16:32 +0100
Subject: [PATCH] common: change wording in error message

build helper and build styles are now different concepts
---
 common/xbps-src/shutils/common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh
index d0e455471ea..c2a87be4534 100644
--- a/common/xbps-src/shutils/common.sh
+++ b/common/xbps-src/shutils/common.sh
@@ -61,7 +61,7 @@ run_step() {
         msg_error "$pkgver: cannot find do_$step_name() in $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n"
       fi
     else
-      msg_error "$pkgver: cannot find build helper $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n"
+      msg_error "$pkgver: cannot find build style $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n"
     fi
   elif [ ! "$optional_step" ]; then
     msg_error "$pkgver: cannot find do_$step_name()!\n"

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

* Re: [PR PATCH] [Merged]: common: change wording in error message
  2019-10-31 23:21 [PR PATCH] common: change wording in error message voidlinux-github
@ 2019-10-31 23:45 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-31 23:45 UTC (permalink / raw)
  To: ml

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

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

common: change wording in error message
https://github.com/void-linux/void-packages/pull/16015

Description:
build helper and build styles are now different concepts

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

end of thread, other threads:[~2019-10-31 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 23:21 [PR PATCH] common: change wording in error message voidlinux-github
2019-10-31 23:45 ` [PR PATCH] [Merged]: " voidlinux-github

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