summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2023-09-16 14:17:06 +0300
committerAlexey Peschany2023-09-16 14:17:06 +0300
commitda43a915916bf4e14cf915a2ce9b62974ac1fabf (patch)
tree95262a8ffddc566d50c736c61c4fac38810987d3
parentebc9c11d98f320dd852f9b4c68d83af7c9f76700 (diff)
downloadaur-da43a915916bf4e14cf915a2ce9b62974ac1fabf.tar.gz
Fix source directory name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58a273c64386..661de7b90747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ package() {
mkdir -p "$pkgdir"/opt
# Install
- cp -r mercury/ "$pkgdir"/opt/$_pkgname
+ cp -r mercury_${pkgver}_linux_x64/ "$pkgdir"/opt/$_pkgname
# Launchers
install -m755 $_pkgname.sh "$pkgdir"/usr/bin/$_pkgname