mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
estscan: fix PKGBUILD with proper 'pkgdesc'
This commit is contained in:
parent
800de5cadc
commit
e25a79ad68
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ depends=('glibc' 'perl' 'gcc-fortran' 'gcc-libs')
|
|||
|
||||
package_estscan-doc() {
|
||||
arch=(any)
|
||||
pkgdesc="Documentation for estscan"
|
||||
install -d "$pkgdir"/usr/share/doc/${pkgname}/
|
||||
cd ${pkgbase}-${pkgver}
|
||||
install -Dm755 Manual.pdf "$pkgdir"/usr/share/doc/${pkgname}/
|
||||
|
|
Loading…
Add table
Reference in a new issue