From f2f22de97c334641fb6a665605fa402b225916f1 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 16 Feb 2024 17:27:04 +0800 Subject: [PATCH] last: add doc --- BioArchLinux/last/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BioArchLinux/last/PKGBUILD b/BioArchLinux/last/PKGBUILD index 80a8842a5f..d4f2921448 100644 --- a/BioArchLinux/last/PKGBUILD +++ b/BioArchLinux/last/PKGBUILD @@ -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 }