firefox: fix typo.
This commit is contained in:
parent
a4c5cc2def
commit
a560e31e90
|
@ -40,7 +40,7 @@ do_install() {
|
|||
# Use system-provided dictionaries
|
||||
rm -rf ${DESTDIR}/usr/lib/firefox/{dictionaries,hyphenation}
|
||||
ln -s /usr/share/hunspell ${DESTDIR}/usr/lib/firefox/dictionaries
|
||||
ln -s /usr/share/hyphen ${DESTDIR}/usr/lib/firefox/hyphenation"
|
||||
ln -s /usr/share/hyphen ${DESTDIR}/usr/lib/firefox/hyphenation
|
||||
|
||||
# We don't want the development stuff
|
||||
rm -rf ${DESTDIR}/usr/{include,lib/firefox-devel,share/idl}
|
||||
|
|
Loading…
Reference in New Issue