last: add doc

This commit is contained in:
Kuoi 2024-02-16 17:27:04 +08:00
parent 82bdb1f0fe
commit f2f22de97c

View file

@ -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
}