From 4555a6c78b96f00365449bc9126bf5673785762a Mon Sep 17 00:00:00 2001 From: witt <52407727+witt-bit@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:41:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=94=A8=E5=8F=98=E9=87=8F=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=20Linux-AUR=20=E5=86=85=E5=AE=B9=20(#781)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/LINUX_AUR/release/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/LINUX_AUR/release/PKGBUILD b/.github/LINUX_AUR/release/PKGBUILD index 1211dfc0ea..6c897ff290 100644 --- a/.github/LINUX_AUR/release/PKGBUILD +++ b/.github/LINUX_AUR/release/PKGBUILD @@ -45,7 +45,7 @@ package() { # icon find "usr/share/icons" -type f -exec install -Dm644 {} "${pkgdir}/{}" \; # lib - find "usr/lib/${_pkgname}/assets" -type f -exec install -Dm644 {} "${pkgdir}/{}" \; + find "usr/lib/EcoPaste/assets" -type f -exec install -Dm644 {} "${pkgdir}/{}" \; # license install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"