<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}
p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><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></body></html>