summarylogtreecommitdiffstats
path: root/lastpass.install
diff options
context:
space:
mode:
authorDet2016-01-18 21:36:32 +0000
committerDet2016-01-18 21:36:32 +0000
commit56accc56a0b52dcca410254758f48129520a8423 (patch)
tree6f1965929926137081e1c515664cf4ed7a4cc660 /lastpass.install
parent46b1278ab44b2f228fe3bc6e1e2ea129850323d0 (diff)
downloadaur-56accc56a0b52dcca410254758f48129520a8423.tar.gz
Fix build
Diffstat (limited to 'lastpass.install')
-rw-r--r--lastpass.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/lastpass.install b/lastpass.install
index 411cd7c6d64f..f430a6f04982 100644
--- a/lastpass.install
+++ b/lastpass.install
@@ -12,7 +12,7 @@ _firefox() {
for _ff_profile in ${_ff_profiles[@]}; do
# Install
install -d -o $_user $_ff_profile/extensions/support@lastpass.com/
- bsdtar -xf /usr/share/lastpass/lp_linux_*.xpi -C $_ff_profile/extensions/support@lastpass.com/
+ bsdtar -xf /usr/share/lastpass/lp4_*.xpi -C $_ff_profile/extensions/support@lastpass.com/
# Enable auto-installation through 'extensions.autoDisableScopes'
echo 'user_pref("extensions.autoDisableScopes", 10);' >> $_ff_profile/prefs.js
@@ -25,7 +25,7 @@ _firefox() {
else
# Create our own
install -d $_home/.mozilla/firefox/lastpass.default/extensions/support@lastpass.com/
- bsdtar -xf /usr/share/lastpass/lp_linux_*.xpi -C \
+ bsdtar -xf /usr/share/lastpass/lp4_*.xpi -C \
$_home/.mozilla/firefox/lastpass.default/extensions/support@lastpass.com/
# Install 'profiles.ini'