From 4d858af091ff1154bd4bf95aaa2778d3f9e82ddf Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Sun, 2 Jan 2022 09:49:16 +0200 Subject: [PATCH] community/tidyhtml: move symlink to libs Related to #13341 --- community/tidyhtml/APKBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/community/tidyhtml/APKBUILD b/community/tidyhtml/APKBUILD index 5a7153e7c772..a61328307123 100644 --- a/community/tidyhtml/APKBUILD +++ b/community/tidyhtml/APKBUILD @@ -4,7 +4,7 @@ pkgname=tidyhtml _pkgreal=tidy-html5 pkgver=5.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Tool to tidy down your HTML code to a clean style" arch=all url="https://www.html-tidy.org" @@ -33,6 +33,12 @@ check() { ./tidy --help > /dev/null } +libs() { + default_libs + # symlink is not picked by abuild + amove usr/lib/libtidy.so.* +} + package() { DESTDIR="$pkgdir" cmake --install build } -- GitLab