Browse Source

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

pull/2/head
Rafaël Carré 19 years ago
parent
commit
edbb603bd2
  1. 2
      Makefile.am
  2. 0
      share/osdmenu/minimal.cfg

2
Makefile.am

@ -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; \

0
share/osdmenu/menu.cfg → share/osdmenu/minimal.cfg

Loading…
Cancel
Save