[Asterisk-cvs] asterisk-sounds Makefile,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Sat Jan 29 21:08:27 CST 2005


Update of /usr/cvsroot/asterisk-sounds
In directory mongoose.digium.com:/tmp/cvs-serv27800

Modified Files:
	Makefile 
Log Message:
Fix minor typo (bug #3457)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk-sounds/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	29 Jan 2005 22:45:29 -0000	1.4
+++ Makefile	30 Jan 2005 03:10:02 -0000	1.5
@@ -90,7 +90,7 @@
 	done
 	for x in sounds/wx/*.gsm; do \
 		if grep -q "^%`basename $$x`%" sounds-extra.txt; then \
-			install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/wx ; \
+			install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds/wx ; \
 		else \
 			echo "No description for $$x"; \
 			exit 1; \
@@ -98,7 +98,7 @@
 	done
 	for x in sounds/ha/*.gsm; do \
 		if grep -q "^%`basename $$x`%" sounds-extra.txt; then \
-			install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/ha; \
+			install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds/ha ; \
 		else \
 			echo "No description for $$x"; \
 			exit 1; \




More information about the svn-commits mailing list