From 2d2cc562ffadfe73a7e84616101453d2b1c2c0fd Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 30 Jan 2021 01:38:25 +0100 Subject: [PATCH] appdata-tools: use post_patch oops, post_configure wasn't correct but it also built fine because the changed timestamp would make it re-run configure --- srcpkgs/appdata-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/appdata-tools/template b/srcpkgs/appdata-tools/template index 3613bef253e..40779679ba1 100644 --- a/srcpkgs/appdata-tools/template +++ b/srcpkgs/appdata-tools/template @@ -12,6 +12,6 @@ homepage="http://people.freedesktop.org/~hughsient/appdata" distfiles="http://people.freedesktop.org/~hughsient/releases/${pkgname}-${version}.tar.xz" checksum=401583d27f0f91bbc03de09f53efd4bf86b20da37d6930ff7bff297d7f1e5461 -post_configure() { +post_patch() { vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure }