git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60106b7
)
Fix skins ditribution for win32
author
Christophe Mutricy
<xtophe@videolan.org>
Thu, 11 Sep 2008 23:40:34 +0000
(
00:40
+0100)
committer
Christophe Mutricy
<xtophe@videolan.org>
Thu, 11 Sep 2008 23:52:23 +0000
(
00:52
+0100)
when builddir != srcdir
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
6d9bc58
..
91eae3e
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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 $(
src
dir)/share/skins2/*.*; do \
+ for i in $(
top_build
dir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
done
endif