Commit e74e198b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: remember to package skin.dtd and the skin.catalog

parent 09679e2b
......@@ -868,6 +868,8 @@ if BUILD_SKINS
for i in $(top_builddir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
done
cp -- $(srcdir)/share/skins2/skin.catalog $(win32_destdir)/skins/ || true ;
cp -- $(srcdir)/share/skins2/skin.dtd $(win32_destdir)/skins/ || true ;
endif
if BUILD_OSDMENU
......
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