From 8799bdbc8339170714f1ccc60e7dacbde5708dc3 Mon Sep 17 00:00:00 2001 From: lzx3in Date: Sat, 11 Oct 2025 18:30:00 +0800 Subject: [PATCH] chore: 9.8.3 -- install the LICENSE file to the standard location --- PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 96610e30e965..bac65a98d063 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -50,4 +50,8 @@ build() { package() { cp -r "${srcdir}/pgadmin4-${pkgver}/arch-build/server/usr" "${pkgdir}/" + + # Install license + install -Dm644 "$srcdir/pgadmin4-${pkgver}/LICENSE" \ + "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }