mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update AUR package
This commit is contained in:
parent
0f8e237907
commit
e03afd700c
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -50,6 +50,8 @@ package() {
|
|||
# bin
|
||||
install -dm755 "${pkgdir}/usr/bin/"
|
||||
install -m755 -t "${pkgdir}/usr/bin/" "${source_dir}/bin"/*
|
||||
# 复制软链接 覆盖
|
||||
find "${source_dir}/bin" -type l -exec cp -P -f {} "${pkgdir}/usr/bin/" \;
|
||||
|
||||
# conf
|
||||
install -dm755 "${pkgdir}/etc/${_basename}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue