Explorar el Código

Update 'PKGBUILD'

Nathaniel van Diepen hace 4 años
padre
commit
cec23ac3a2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 }