summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOriginCode2018-01-29 13:19:56 +0800
committerOriginCode2018-01-29 13:19:56 +0800
commit8578c53d5b81891e6de6af33eb0cc320f8c5b37d (patch)
tree2846f3116517d3a773c86eb21e09fd55d9dcf379 /PKGBUILD
parenta36ea8ebed1f39b7bb761e7dfb8863f88a25c228 (diff)
downloadaur-8578c53d5b81891e6de6af33eb0cc320f8c5b37d.tar.gz
Updated the script.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1ac4315cb01..b0ed359fc258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,6 @@ build() {
}
package() {
install -d "${pkgdir}/opt/${pkgname}"
- install -d "${pkgdir}/usr/bin/"
cp -r bilibili-live-helper/* "${pkgdir}/opt/${pkgname}"
- ln -s "${pkgdir}/opt/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}