[Home]

Summary:ASTERISK-03382: [patch] Makefile in asterisk-sounds is slightly broken.
Reporter:Jason Parker (jparker)Labels:
Date Opened:2005-01-29 20:00:41.000-0600Date Closed:2005-01-30 23:05:49.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sounds.patch.typofixed.txt
Description:Two lines in the Makefile for asterisk-sounds should probably be modified.

install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/wx
Changed to
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds/wx

install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/ha
Changed to
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds/ha
Comments:By: Jason Parker (jparker) 2005-01-29 20:01:30.000-0600

Related to bug 3453?

By: nick (nick) 2005-01-29 20:05:49.000-0600

I'll put that in diff form for him....

DOF!

Nick

By: Jason Parker (jparker) 2005-01-29 20:13:43.000-0600

Sorry, was going to add the patch myself.  First time using Mantis...

nick's patch had a typo in it.  Uploaded new patch, without the typo.

By: nick (nick) 2005-01-29 20:26:26.000-0600

Now and then I'm gifted with the ability to type... tonight was not one of those nights, I guess :)

By: Mark Spencer (markster) 2005-01-29 21:08:37.000-0600

Fixed in CVS head, thanks!