Ver Fonte

Update 'PKGBUILD'

Nathaniel van Diepen há 4 anos atrás
pai
commit
cec23ac3a2
1 ficheiros alterados com 1 adições e 0 exclusões
  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
 }