Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
cec23ac3a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PKGBUILD

+ 1 - 0
PKGBUILD

@@ -16,6 +16,7 @@ build() {
 	make 
 }
 package() {
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 	cd $srcdir/$pkgname/build;
 	make DESTDIR="${pkgdir}" install
 }