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
This commit is contained in:
q66 2021-01-30 01:38:25 +01:00
parent 1b9b69cc8c
commit 2d2cc562ff

View file

@ -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
}