diff options
author | John Beard | 2018-09-18 12:49:59 +0100 |
---|---|---|
committer | John Beard | 2018-09-18 12:50:01 +0100 |
commit | 5bb1759b95fb1f234148c19c9f343cc2f070f1cf (patch) | |
tree | 27df33b8a5bd783dbd51d6b5571acd62dca43530 /PKGBUILD | |
parent | 9fdf90a558a2e9de54586563feb75de631f6940e (diff) | |
download | aur-5bb1759b95fb1f234148c19c9f343cc2f070f1cf.tar.gz |
Fix LIBEXEC, bump version to current master (0.5.2b9415a)
Thanks fuero for reporting.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |