summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Beard2018-09-18 12:49:59 +0100
committerJohn Beard2018-09-18 12:50:01 +0100
commit5bb1759b95fb1f234148c19c9f343cc2f070f1cf (patch)
tree27df33b8a5bd783dbd51d6b5571acd62dca43530 /PKGBUILD
parent9fdf90a558a2e9de54586563feb75de631f6940e (diff)
downloadaur-5bb1759b95fb1f234148c19c9f343cc2f070f1cf.tar.gz
Fix LIBEXEC, bump version to current master (0.5.2b9415a)
Thanks fuero for reporting.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe3b2fa25d27..48dadf70379e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Author: Jonathan Lebon
pkgname=firefox-extension-textern-native-git
-pkgver=0.4.2bb962d
+pkgver=0.5.2b9415a
pkgrel=1
url="https://github.com/jlebon/textern"
license=('GPL')
@@ -27,7 +27,7 @@ prepare() {
package() {
cd "$srcdir/textern"
- make LIBEXEC="$pkgdir/usr/lib" DESTDIR="$pkgdir" native-install
+ make LIBEXEC="/usr/lib" DESTDIR="$pkgdir" native-install
# correct the json file - refers to pkgbuild dir, should be installed dir
sed -i -e "s|$pkgdir||g" "$pkgdir/usr/lib/mozilla/native-messaging-hosts/textern.json"