<!DOCTYPE html><html><head><title></title><style type="text/css">
p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Hello Maintainers,<br></div><div><br></div><div>Any response on this? I would create an issue in the GitLab repo, but I don't know how.<br></div><div><br></div><div>On Sun, May 21, 2023, at 11:27, <a href="mailto:ideal.bowl5022@fastmail.com">ideal.bowl5022@fastmail.com</a> wrote:<br></div><blockquote type="cite" id="qt" style=""><div>Hello,<br></div><div><br></div><div>I am getting errors the second time I try to rebuild asterisk packaging from source.<br></div><div><br></div><div>The
debian/rules file, line 91, is trying to delete addons/mp3, but mp3 is a
directory so the rm command needs to have the --recursive flag.<br></div><div><br></div><div>Please change<br></div><div><code><span class="font" style="font-family:menlo, consolas, monospace, sans-serif;"> rm --force addons/mp3</span></code><br></div><div><code>To</code><br></div><div><code><span class="font" style="font-family:menlo, consolas, monospace, sans-serif;"> rm --force --recursive addons/mp3</span></code><br></div><div><br></div><div><a href="https://salsa.debian.org/pkg-voip-team/asterisk/-/blob/debian/latest/debian/rules">https://salsa.debian.org/pkg-voip-team/asterisk/-/blob/debian/latest/debian/rules</a><br></div><div><br></div></blockquote><div><br></div></body></html>