Commit edbb603b authored by Rafaël Carré's avatar Rafaël Carré

osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the...

osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory.
parent 06707b2d
...@@ -739,7 +739,7 @@ package-win32-base-debug: package-win-common ...@@ -739,7 +739,7 @@ package-win32-base-debug: package-win-common
mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu" mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu" cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \ for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume minimal;do \
mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \ mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \ for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \ cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
......
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