summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-14 19:33:02 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-14 19:33:02 +0200
commit1683bd821a00bdc96d113b8143431b523a1a20b8 (patch)
tree5100523e671e33e69746146f5f8b1854f919cfee /debian
parent7c8786203bbe84e39cb0551d54c62a23b76c01f7 (diff)
debian/rules: call 'make themes' instead of manage.sh
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 01fe593..5f12a5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,8 @@ export PYBUILD_DISABLE_python2=1
override_dh_auto_build:
python3 ./debian/ionicons/generate_less.py < ./debian/ionicons/input.json > searx/static/themes/simple/less/ion.less
dh_auto_build
- ./manage.sh styles # needed to run lessc because grunt-contrib-less is not packaged
./manage.sh locales # run pybabel
- ./manage.sh grunt_build # build the oscar theme
+ make themes
python3 ./debian/ionicons/generate.py < ./debian/ionicons/input.json
# do not run tests because the splinter python3 module is not packaged yet