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.