tags 478361 + pending thanks Leonardo Rodrigues de Mello wrote:
here is one patch that solve this bashism bug:--- debian/rules.orig 2008-04-29 10:07:33.000000000 -0300 +++ debian/rules 2008-04-29 10:07:56.000000000 -0300 @@ -152,7 +152,8 @@ dh_install -s --sourcedir=debian/tmp - $(RM) -f $(CURDIR)/debian/asterisk/usr/sbin/{stereorize,streamplayer} + $(RM) -f $(CURDIR)/debian/asterisk/usr/sbin/stereorize + $(RM) -f $(CURDIR)/debian/asterisk/usr/sbin/streamplayer} touch $@ install-indep: build-indep
Thanks, we have such a fix on our SVN for some days now. [and btw, you forgot a closing brace :)] Regards, Faidon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

