[Astpp-commit] SF.net SVN: astpp:[2321] trunk/Makefile
Brought to you by:
darrenkw
From: <dar...@us...> - 2010-12-30 02:23:05
|
Revision: 2321 http://astpp.svn.sourceforge.net/astpp/?rev=2321&view=rev Author: darrenkw Date: 2010-12-30 02:22:59 +0000 (Thu, 30 Dec 2010) Log Message: ----------- Fixed a link to old sounds location. Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2010-10-14 02:08:31 UTC (rev 2320) +++ trunk/Makefile 2010-12-30 02:22:59 UTC (rev 2321) @@ -92,11 +92,11 @@ done install_sounds_freeswitch: - for x in sounds/gsm/*.gsm; do \ + for x in sounds/GSM/*.GSM; do \ echo $$x;\ install -m 644 $$x $(DESTDIR)$(FS_SOUNDSDIR); \ done - for x in sounds/wav/*.wav; do \ + for x in sounds/WAV/*.WAV; do \ echo $$x;\ install -m 644 $$x $(DESTDIR)$(FS_SOUNDSDIR); \ done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |