Commit de6dd45b authored by Christophe Mutricy's avatar Christophe Mutricy

Makefile.am: don't unix2dos dboxfiles.html as it produces problems with...

Makefile.am: don't unix2dos dboxfiles.html as it produces problems with Movieplayer on dbox2 (refs #178).
parent 9d5044b7
...@@ -756,6 +756,8 @@ package-win32-base: ...@@ -756,6 +756,8 @@ package-win32-base:
cp $(srcdir)/share/http/admin/*.html \ cp $(srcdir)/share/http/admin/*.html \
$(top_builddir)/vlc-${VERSION}/http/admin/ ; $(top_builddir)/vlc-${VERSION}/http/admin/ ;
unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/*.html ; unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/*.html ;
cp $(srcdir)/share/http/admin/dboxfiles.html \
$(top_builddir)/vlc-${VERSION}/http/admin/ ;
cp $(srcdir)/share/http/admin/.access \ cp $(srcdir)/share/http/admin/.access \
$(top_builddir)/vlc-${VERSION}/http/admin/ ; $(top_builddir)/vlc-${VERSION}/http/admin/ ;
unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/.access ; unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/.access ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment