From e7fa6cf26e58b9f196f3a9c8821290a5e22208a2 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 16 Feb 2024 17:29:17 +0800 Subject: [PATCH] last: fix doc --- BioArchLinux/last/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BioArchLinux/last/PKGBUILD b/BioArchLinux/last/PKGBUILD index d4f2921448..25fed56ee9 100644 --- a/BioArchLinux/last/PKGBUILD +++ b/BioArchLinux/last/PKGBUILD @@ -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 }