[vlc-devel] commit: Small package-win32 fix (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Sep 13 20:31:48 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sat Sep 13 11:32:17 2008 -0700| [15517d056ab31c7601a57ad5788d0d04ab29f770] | committer: Jean-Baptiste Kempf
Small package-win32 fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15517d056ab31c7601a57ad5788d0d04ab29f770
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 53e1638..0393f48 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -847,7 +847,7 @@ if BUILD_SKINS
done
for i in $(srcdir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
- done \
+ done
cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
endif
More information about the vlc-devel
mailing list