summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author少爷2020-11-16 11:36:57 +0800
committer少爷2020-11-16 11:36:57 +0800
commita81f0338bd1fbddfc6957c3ac7bac9cd4a7336bb (patch)
tree53b978b876d6c86eaeecbbc0658c6b2fe9c3fef4
parentaeba1c9c4a555bdb6f48c9242bdb26bcd3137343 (diff)
downloadaur-a81f0338bd1fbddfc6957c3ac7bac9cd4a7336bb.tar.gz
test
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07bf01ecb964..0a617dc1ed3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ sha256sums=("SKIP")
package() {
bsdtar -O -xf ${pkgname}-amd64-linux.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -
mkdir $pkgdir/usr/bin
- ln -sf $pkgdir/opt/Binance/binance $pkgdir/usr/bin/binance
+ ln -sf /opt/Binance/binance $pkgdir/usr/bin/binance
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +
}