1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

add LICENSE

This commit is contained in:
vlad
2017-01-23 01:45:06 +02:00
parent e64c29f89f
commit 5109ca81e5

View File

@@ -27,4 +27,5 @@ build () {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}