summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckSoft2020-11-15 19:43:44 +0800
committerDuckSoft2020-11-15 19:43:44 +0800
commit90544909b25373f9b75ff6f250710835d1ccae52 (patch)
tree21ce1c3fe2b989982a155fcfd2968f1275e9f193
parent11af747695f3680e90c1f174cf4b7b8fd2c25f1e (diff)
downloadaur-90544909b25373f9b75ff6f250710835d1ccae52.tar.gz
fix install path
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2860742d90e9..836902b166c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,9 @@ package() {
# NOTE: Working around extra-x86_64-build
depends+=('qv2ray' 'trojan-go')
cd "$srcdir"/"$_pkgname"/build
- cmake --install .
+ # cmake --install .
+ install -Dm644 libQvTrojanGoPlugin.so "$pkgdir"/usr/share/qv2ray/plugins/libQvGoTrojanPlugin.so
+
# NOTE: This virtual dependency will be introduced after Qv2ray stablize its interface.
# depends+=(${_virtualdepends[@]})
}