Bug#478361: FIX: asterisk: bashism in debian/rules

2008-04-29 Thread Leonardo Rodrigues de Mello
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

here is one patch that solve this bashism bug:

- --- debian/rules.orig 2008-04-29 10:07:33.0 -0300
+++ debian/rules2008-04-29 10:07:56.0 -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


- --
Leonardo Rodrigues de Mello
jabber: [EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://getfiregpg.org

iD8DBQFIFxuiLsy/JSmhVFURAiO1AKCEx92PpSiU0B7hDeTMcX92L40QbwCgsq1F
a2CHO3b8XcjsOc3qZqpWJ+U=
=BZJz
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478361: FIX: asterisk: bashism in debian/rules

2008-04-29 Thread Faidon Liambotis

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.0 -0300
+++ debian/rules2008-04-29 10:07:56.0 -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]