diff mbox series

[bug#54217] gnu/local.mk: Fix typo introduced in 6693ff0569.

Message ID 20220301235906.1163-1-mail@brendan.scot
State Accepted
Headers show
Series [bug#54217] gnu/local.mk: Fix typo introduced in 6693ff0569. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Brendan Tildesley March 1, 2022, 11:59 p.m. UTC
* gnu/local.mk: Fix typo.
---
 gnu/local.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tobias Geerinckx-Rice March 2, 2022, 12:14 a.m. UTC | #1
Brendan,

On 2022-03-02 0:59, Brendan Tildesley wrote:
> * gnu/local.mk: Fix typo.

Thanks!  Pushed as cda78ec8ac30670c5394f55f92d4a67c286b2575 with a 
slightly modified commit message (check it out).

Kind regards,

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.
diff mbox series

Patch

diff --git a/gnu/local.mk b/gnu/local.mk
index b90c40bc09..a14e9a101f 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1764,7 +1764,7 @@  dist_patch_DATA =						\
   %D%/packages/patches/rust-nettle-disable-vendor.patch		 \
   %D%/packages/patches/rust-nettle-sys-disable-vendor.patch	 \
   %D%/packages/patches/rust-openssl-sys-no-vendor.patch	\
-  %D%/packages/patches/rust-pinot-0.1-implement-math-table	\
+  %D%/packages/patches/rust-pinot-0.1-implement-math-table.patch	\
   %D%/packages/patches/rust-shell2batch-lint-fix.patch		\
   %D%/packages/patches/rust-wl-clipboard-rs-newer-wl.patch      \
   %D%/packages/patches/sbc-fix-build-non-x86.patch		\