Commit 8d11ad3b authored by Christophe Mutricy's avatar Christophe Mutricy

Fix skins ditribution for win32

when builddir != srcdir
parent 60106b74
......@@ -848,7 +848,7 @@ if BUILD_SKINS
for i in $(srcdir)/share/skins2/fonts/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/fonts/ || true ; \
done
for i in $(srcdir)/share/skins2/*.*; do \
for i in $(top_builddir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
done
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