Source: torbrowser-launcher
Version: 0.3.2-6

torbrowser-launcher no longer builds on Ubuntu after this commit:

https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/a0aead1

https://launchpad.net/ubuntu/+source/torbrowser-launcher/0.3.2-7
rm -r debian/*/etc/apparmor.d/local
rm: cannot remove 'debian/*/etc/apparmor.d/local': No such file or directory

A simple fix is to change "rm -r" to "rm -rf". That way the command
will still be treated as successful even if that directory doesn't
exist.

It might be worth looking into why that directory doesn't exist on Ubuntu.

Thanks,
Jeremy Bicha

Reply via email to