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

This commit is contained in:
Rafaël Carré 2007-09-15 22:54:41 +00:00
parent 06707b2db6
commit edbb603bd2
2 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ package-win32-base-debug: package-win-common
mkdir -p "$(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"; \
for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \