summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author少爷2020-11-16 11:28:22 +0800
committer少爷2020-11-16 11:28:22 +0800
commitdb1e9e1bc43af3639ee73018ba5c06e4c18431bb (patch)
tree314005980f40bc931e57bd9933ccee4385a1e7b8
parent705bea719b85a04f163277cfa8c37bcb845137b1 (diff)
downloadaur-db1e9e1bc43af3639ee73018ba5c06e4c18431bb.tar.gz
test
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 169e36186dcc..048e0cb57260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=("SKIP")
package() {
bsdtar -O -xf ${pkgname}-amd64-linux.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -
- ln -sf /opt/Binance/binance /usr/bin/binance
+ ln -sf $pkgdir/opt/Binance/binance $pkgdir/usr/bin/binance
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +
}