From 3a13e4b14b369ec44e0894f0839a115dd8277650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 13 Aug 2007 19:06:25 +0000 Subject: [PATCH] fuck autotools --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d51d15c68a..7e08eb99fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -732,7 +732,7 @@ package-win32-base-debug: package-win-common $(INSTALL) -d $(top_builddir)/vlc-${VERSION}/share/luaplaylist for i in $(srcdir)/share/luaplaylist/*.* ; do \ $(INSTALL) -m 644 $${i} $(top_builddir)/vlc-${VERSION}/share/luaplaylist/`basename $${i}` ; \ - done ; \ + done ; mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu" cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu" -- GitLab