Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- ASPELL_CONF='prefix /usr/local/LiteratureAndLatte'
- PATH="/usr/local/LiteratureAndLatte/bin:$PATH"
- LD_LIBRARY_PATH='/usr/local/LiteratureAndLatte/lib'
- export PATH ASPELL_CONF LD_LIBRARY_PATH
- zcat /usr/share/aspell/en-common.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en-common.rws
- zcat /usr/share/aspell/en-variant_0.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en-variant_0.rws
- zcat /usr/share/aspell/en-variant_1.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en-variant_1.rws
- zcat /usr/share/aspell/en-variant_2.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en-variant_2.rws
- zcat /usr/share/aspell/en_CA-w_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_CA-w_accents-only.rws
- zcat /usr/share/aspell/en_CA-wo_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_CA-wo_accents-only.rws
- zcat /usr/share/aspell/en_GB-ise-w_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_GB-ise-w_accents-only.rws
- zcat /usr/share/aspell/en_GB-ise-wo_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_GB-ise-wo_accents-only.rws
- zcat /usr/share/aspell/en_GB-ize-w_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_GB-ize-w_accents-only.rws
- zcat /usr/share/aspell/en_GB-ize-wo_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_GB-ize-wo_accents-only.rws
- zcat /usr/share/aspell/en_US-w_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_US-w_accents-only.rws
- zcat /usr/share/aspell/en_US-wo_accents-only.cwl.gz | precat | aspell --per-conf= --dont-validate-affixes --local-data-dir=/usr/local/LiteratureAndLatte/lib/aspell --lang=en create master /usr/local/LiteratureAndLatte/lib/aspell/en_US-wo_accents-only.rws
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement