]> git.sesse.net Git - vlc/commitdiff
Revert "Ship default skin."
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 12 Sep 2008 00:33:25 +0000 (01:33 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 12 Sep 2008 21:35:57 +0000 (22:35 +0100)
This reverts commit 65052fefa352631a8585aa2f758e94633f0bc485.
It's already taken care of in the for loop just before

Makefile.am

index f45388795fc4286092810ea395de950f2d853054..91eae3e552b8abe60a6f70de59d85a9dc355a148 100644 (file)
@@ -850,9 +850,7 @@ if BUILD_SKINS
        done
        for i in $(top_builddir)/share/skins2/*.*; do \
          cp -- "$$i" $(win32_destdir)/skins/ || true ; \
-       done \
-       cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
-
+       done
 endif
 
 if BUILD_OSDMENU