last: fix doc

This commit is contained in:
Kuoi 2024-02-16 17:29:17 +08:00
parent f2f22de97c
commit e7fa6cf26e

View file

@ -20,6 +20,6 @@ package() {
cd doc
for docu in $(ls)
do
install -Dm644 $docu $pkgdir/usr/share/$docy
install -Dm644 $docu $pkgdir/usr/share/doc/$pkgname/$docu
done
}