diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-20 00:14:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-20 00:14:34 -0300 |
commit | 5a5ee617db0ca6a40e4eacc0f78a7417577c853f (patch) | |
tree | 6b2b90afa7cd3b598971fe8aa04af18f5a97f4bd /libre | |
parent | 43009f88e555fda7e8f18230094321eff01700de (diff) | |
download | abslibre-5a5ee617db0ca6a40e4eacc0f78a7417577c853f.tar.gz abslibre-5a5ee617db0ca6a40e4eacc0f78a7417577c853f.tar.bz2 abslibre-5a5ee617db0ca6a40e4eacc0f78a7417577c853f.zip |
iceweasel-libre: fix search plugins path
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 738aaeef9..253572553 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -177,8 +177,8 @@ package() { ln -sf /usr/share/hyphen "$pkgdir/usr/lib/$_pkgname/hyphenation" rm -rf "$pkgdir/usr/lib/$_pkgname/browser/"{searchplugins,plugins} - ln -sf /usr/lib/mozilla/plugins "$pkgdir/usr/lib/$_pkgname/plugins" - ln -sf /usr/lib/mozilla/searchplugins "$pkgdir/usr/lib/$_pkgname/searchplugins" + ln -sf /usr/lib/mozilla/plugins "$pkgdir/usr/lib/$_pkgname/browser/plugins" + ln -sf /usr/lib/mozilla/searchplugins "$pkgdir/usr/lib/$_pkgname/browser/searchplugins" # We don't want the development stuff rm -rf "$pkgdir"/usr/{include,lib/$_pkgname-devel,share/idl} |