firefox: fix typo.
This commit is contained in:
parent
a4c5cc2def
commit
a560e31e90
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ do_install() {
|
||||||
# Use system-provided dictionaries
|
# Use system-provided dictionaries
|
||||||
rm -rf ${DESTDIR}/usr/lib/firefox/{dictionaries,hyphenation}
|
rm -rf ${DESTDIR}/usr/lib/firefox/{dictionaries,hyphenation}
|
||||||
ln -s /usr/share/hunspell ${DESTDIR}/usr/lib/firefox/dictionaries
|
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
|
# We don't want the development stuff
|
||||||
rm -rf ${DESTDIR}/usr/{include,lib/firefox-devel,share/idl}
|
rm -rf ${DESTDIR}/usr/{include,lib/firefox-devel,share/idl}
|
||||||
|
|
Loading…
Reference in a new issue