chore: 9.8.3 -- install the LICENSE file to the standard location

This commit is contained in:
lzx3in 2025-10-11 18:30:00 +08:00
parent cdf8c3c7e9
commit 8799bdbc83
No known key found for this signature in database
GPG key ID: F461F7AD82DD7A47

View file

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