diff options
Diffstat (limited to 'multimedia/kino/files/patch-help::Makefile.in')
-rw-r--r-- | multimedia/kino/files/patch-help::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-help::Makefile.in b/multimedia/kino/files/patch-help::Makefile.in new file mode 100644 index 0000000..81bebb8 --- /dev/null +++ b/multimedia/kino/files/patch-help::Makefile.in @@ -0,0 +1,11 @@ +--- help/Makefile.in.orig Sat Apr 10 16:22:30 2004 ++++ help/Makefile.in Mon Apr 12 18:58:24 2004 +@@ -305,7 +305,7 @@ + install-data-local: + $(mkinstalldirs) $(DESTDIR)$(kino_helpdir); \ + $(mkinstalldirs) $(DESTDIR)$(kino_helpdir); \ +- for file in *.{html,png}; do \ ++ for file in *.html *.png; do \ + if test -f $$file; then \ + $(INSTALL_DATA) $$file $(DESTDIR)$(kino_helpdir); \ + fi \ |