Skip to content

Commit

Permalink
fix nodeenv
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 31, 2023
1 parent 6c6c8f1 commit e55d3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export DH_VIRTUALENV_INSTALL_ROOT=/opt

override_dh_virtualenv:
dh_virtualenv --python /usr/bin/python3 --builtin-venv --install-suffix screamshotter --preinstall "setuptools==53.0.0" --preinstall "wheel==0.36.2" --preinstall "nodeenv==1.8.0"
debian/screamshotter/opt/screamshotter/bin/nodeenv -C '' -p -n 20.9.0
./debian/screamshotter/opt/screamshotter/bin/nodeenv -C '' -p -n 20.9.0
cp package.json package-lock.json debian/screamshotter/opt/screamshotter/
. debian/screamshotter/opt/screamshotter/bin/activate && npm ci --production -g --unsafe-perm=true
. ./debian/screamshotter/opt/screamshotter/bin/activate && npm ci --production -g --unsafe-perm=true

.PHONY: override_dh_strip override_dh_shlibdeps

0 comments on commit e55d3f9

Please sign in to comment.