Commit 15517d05 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Small package-win32 fix

parent d0d0eff8
...@@ -847,7 +847,7 @@ if BUILD_SKINS ...@@ -847,7 +847,7 @@ if BUILD_SKINS
done done
for i in $(srcdir)/share/skins2/*.*; do \ for i in $(srcdir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \ cp -- "$$i" $(win32_destdir)/skins/ || true ; \
done \ done
cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ; cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
endif endif
......
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