Skip to content

Commit

Permalink
chore: 用变量替换 Linux-AUR 内容 (EcoPasteHub#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
witt-bit authored Nov 6, 2024
1 parent fa8a2e8 commit 4555a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/LINUX_AUR/release/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4555a6c

Please sign in to comment.