[Pkg-mozext-maintainers] Bug#962034: browserpass: Use standard path for lessc command
Pirate Praveen
praveen at onenetbeyond.org
Tue Jun 2 11:32:33 BST 2020
Package: browserpass
Version: 3.4.1-3
Severity: important
Currently browserpass is using a path that is not guaranteed to work
always.
make -C src LESSC=/usr/lib/nodejs/less/bin/lessc css/popup.dist.css
css/options.dist.css
For example, /usr/share/nodejs is preferred location instead of
/usr/lib/nodejs now. Also in the next version of lessc (soon to be
uploaded to experimental), it will be
/usr/share/nodejs/less/dist/lessc.js, please use /usr/bin/lessc which
is always expected to work.
Once this new version of less.js enters unstable, severity of this bug
will be raised to serious.
More information about the Pkg-mozext-maintainers
mailing list