mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
last: add doc
This commit is contained in:
parent
82bdb1f0fe
commit
f2f22de97c
1 changed files with 6 additions and 0 deletions
|
@ -16,4 +16,10 @@ build() {
|
|||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make install prefix=$pkgdir/usr
|
||||
|
||||
cd doc
|
||||
for docu in $(ls)
|
||||
do
|
||||
install -Dm644 $docu $pkgdir/usr/share/$docy
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue