From 5ebede13307145463525a0b1165a72ae05fc7687 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 19 Jan 2009 16:31:16 +0000 Subject: - Fix patch after update to 4.15 Reported by: QAT --- comms/anyremote/files/opt-nodocs-patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'comms') diff --git a/comms/anyremote/files/opt-nodocs-patch b/comms/anyremote/files/opt-nodocs-patch index 1d33a7596ead..556a95e01038 100644 --- a/comms/anyremote/files/opt-nodocs-patch +++ b/comms/anyremote/files/opt-nodocs-patch @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2008-12-14 14:55:09.000000000 +0200 -+++ Makefile.in 2008-12-14 14:56:00.000000000 +0200 +--- Makefile.in.orig 2009-01-16 19:02:25.000000000 +0300 ++++ Makefile.in 2009-01-19 19:30:12.000000000 +0300 @@ -609,12 +609,8 @@ install-data-local: @@ -8,7 +8,7 @@ cp -r cfg-data $(DESTDIR)$(pkgdatadir) - cp -r doc-html ChangeLog README COPYING AUTHORS $(DESTDIR)$(datadir)/doc/anyremote/ - find $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(datadir)/doc/anyremote -type f -exec chmod 644 {} \; - chmod -R a+x $(DESTDIR)$(pkgdatadir)/cfg-data/Utils + chmod a+x $(DESTDIR)$(pkgdatadir)/cfg-data/Utils/all-in-1.py $(DESTDIR)$(pkgdatadir)/cfg-data/Utils/message.sh $(DESTDIR)$(pkgdatadir)/cfg-data/Utils/xmms_is_playing - find $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(datadir)/doc/anyremote -type d -exec chmod 755 {} \; test -z $(DESTDIR)$(datadir)/man/man1 || mkdir -p -- . $(DESTDIR)$(datadir)/man/man1 cp -r anyremote.1.gz $(DESTDIR)$(datadir)/man/man1 -- cgit