From c0318b1c257a2f419fb4a017a86ba7f5978fae03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Sat, 9 Nov 2024 19:40:48 -0500 Subject: [PATCH] lash: cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière --- linux-audio/lash.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/linux-audio/lash.json b/linux-audio/lash.json index 603c6a5c..ed846cfe 100644 --- a/linux-audio/lash.json +++ b/linux-audio/lash.json @@ -20,20 +20,18 @@ { "type": "patch", "strip-components": 0, - "path": "patches/lash-0.5.3-no-static-lib.patch" - }, - { - "type": "patch", "paths": [ - "patches/lash-gcc47.patch", - "patches/lash-linking.patch", - "patches/lash-build.patch" - ] + "patches/lash-0.5.3-no-static-lib.patch", + "patches/lash-configure.patch" + ] }, { "type": "patch", - "strip-components": 0, - "path": "patches/lash-configure.patch" + "paths": [ + "patches/lash-gcc47.patch", + "patches/lash-linking.patch", + "patches/lash-build.patch" + ] }, { "type": "script",