diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-10 19:41:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-10 19:41:54 -0300 |
commit | 4517ad579ef620a042513ea59ea9508413ee892a (patch) | |
tree | ff0cf47252f3f93d35745f9ec8d1392a8d62795c /libre/icedove-libre | |
parent | 56fc4595804e0f2ae7c9ddae99f060df8b28580c (diff) |
icedove-libre-11.0-4: fixing some parts
Diffstat (limited to 'libre/icedove-libre')
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index c21e69bc0..ddf93e4f2 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -89,7 +89,7 @@ package() { rm -rf "${pkgdir}"/usr/lib/${_pkgname}/{dictionaries,hyphenation,searchplugins} ln -sf /usr/share/hunspell "${pkgdir}/usr/lib/${_pkgname}/dictionaries" ln -sf /usr/share/hyphen "${pkgdir}/usr/lib/${_pkgname}/hyphenation" - ln -sf /usr/lib/mozilla/searchplugins "$pkgdir/usr/lib/$_pkgname/searchplugins" + ln -sf /usr/lib/mozilla/searchplugins "${pkgdir}/usr/lib/${_pkgname}/searchplugins" # We don't want the development stuff rm -r "${pkgdir}"/usr/{include,lib/$_pkgname-devel,share/idl} } |