[vlc-commits] Closes: #5544

Rafaël Carré git at videolan.org
Wed Nov 16 15:48:46 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Nov 16 09:48:03 2011 -0500| [7262d1c9dca911f61435783ce8a408849eab2e71] | committer: Rafaël Carré

Closes: #5544

Typo introduced in 8dd09b2 while I was wondering why vlckit is in vlc.git

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7262d1c9dca911f61435783ce8a408849eab2e71
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7808212..8c51d98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -853,7 +853,7 @@ package-macosx: VLC-release.app ChangeLog
 	fi
 	mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/
 	for i in AUTHORS COPYING README THANKS NEWS; do \
-	  cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies/; \
+	  cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies/; \
 	done
 	cp $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
 	cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app



More information about the vlc-commits mailing list