summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"
}