diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-22 10:36:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 10:36:19 +0200 |
| commit | 2530576f244aef669d4261144a8dd4b47fd8c6b5 (patch) | |
| tree | 641ce08e889f8f85e99781f09ea73c01718968a0 /utils | |
| parent | fb2f4ba902200c2a9d3ce3358adbfa1e51ae9039 (diff) | |
| parent | c1f72b71ba1dbe51d16fcd39edb71c2ae1ddbdc6 (diff) | |
Merge pull request #157 from searxng/mod_static_build
static build: move generated files to searx/static/themes/*/src/generated
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/searx.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 69068b914..a777eab26 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -51,7 +51,7 @@ shellcheck" BUILD_PACKAGES_debian="\ firefox graphviz imagemagick texlive-xetex librsvg2-bin texlive-latex-recommended texlive-extra-utils fonts-dejavu -latexmk fontforge ttfautohint +latexmk npm" # pacman packages @@ -63,7 +63,7 @@ shellcheck" BUILD_PACKAGES_arch="\ firefox graphviz imagemagick texlive-bin extra/librsvg -texlive-core texlive-latexextra ttf-dejavu fontforge ttfautohint +texlive-core texlive-latexextra ttf-dejavu npm" # dnf packages @@ -77,7 +77,7 @@ BUILD_PACKAGES_fedora="\ firefox graphviz graphviz-gd ImageMagick librsvg2-tools texlive-xetex-bin texlive-collection-fontsrecommended texlive-collection-latex dejavu-sans-fonts dejavu-serif-fonts -dejavu-sans-mono-fonts fontforge ttfautohint +dejavu-sans-mono-fonts npm" # yum packages |