summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2016-03-26 12:22:21 +0200
committerDet2016-03-26 12:22:21 +0200
commit1854d6bc0fae5e99fcba6e70061548cae4bf8844 (patch)
tree0be5a9f19b97cd6d28edf715b6e01ef7af9138e4 /PKGBUILD
parentdee33fb1cf123f1246caf6f7342fc1a91b88a383 (diff)
downloadaur-1854d6bc0fae5e99fcba6e70061548cae4bf8844.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 396395706619..4fa996330fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ _chrome_package() {
# Install to single place for linking
#install -Dm644 lpchrome_$_chromver.crx "$pkgdir"/usr/share/lastpass/lpchrome_$_chromver.crx
install -Dm644 lpchrome_linux_$_chromver.crx "$pkgdir"/usr/share/lastpass/lpchrome_linux_$_chromver.crx
- install -Dm755 nplastpass$_64 "$pkgdir"/etc/opt/chrome/native-messaging-hosts/nplastpass$_64
+ install -Dm755 lplinux/nplastpass$_64 "$pkgdir"/etc/opt/chrome/native-messaging-hosts/nplastpass$_64
# 64-bit?
sed "s|/nplastpass|/nplastpass$_64|" \