summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKodi Craft2022-03-08 16:05:24 +0100
committerKodi Craft2022-03-08 16:05:24 +0100
commitf891771024bd434b6e84f52380b5b3fe1883a5d0 (patch)
tree25705d8f501197fe5ca1c2927dc3070c43cb761d
parent95b1866105fe066306009b35187a7258c9a39a5c (diff)
downloadaur-f891771024bd434b6e84f52380b5b3fe1883a5d0.tar.gz
This could be it
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c9c4c0036a2..feeced429754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,5 +42,5 @@ package() {
cp -r "out/hentaijs-linux-x64/" "$pkgdir/usr/local/lib/hentaijs/"
chmod 755 -R "$pkgdir/usr/local/lib/hentaijs/"
mkdir -p "$pkgdir/usr/local/bin/"
- ln -s "$pkgdir/usr/local/lib/hentaijs/hentaijs-linux-x64/hentaijs" "$pkgdir/usr/local/bin/hentai.js"
+ ln -s "/usr/local/lib/hentaijs/hentaijs-linux-x64/hentaijs" "$pkgdir/usr/local/bin/hentai.js"
}