mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
chore: 9.8.3 -- install the LICENSE file to the standard location
This commit is contained in:
parent
cdf8c3c7e9
commit
8799bdbc83
1 changed files with 4 additions and 0 deletions
4
PKGBUILD
4
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue