summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2007-01-01 21:09:52 +0000
committerMatti Bickel <mabi@gentoo.org>2007-01-01 21:09:52 +0000
commit23c23d0a5b2ff548a02652c65e2af8ee7e431fa3 (patch)
treee49527330f68ebfeb6f357767b0929de6f49a92f /x11-misc/lineakd
parentRemove virtual/libc from DEPEND. (diff)
downloadgentoo-2-23c23d0a5b2ff548a02652c65e2af8ee7e431fa3.tar.gz
gentoo-2-23c23d0a5b2ff548a02652c65e2af8ee7e431fa3.tar.bz2
gentoo-2-23c23d0a5b2ff548a02652c65e2af8ee7e431fa3.zip
fix creation of man8 dir (bug #145970)
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r--x11-misc/lineakd/ChangeLog8
-rw-r--r--x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch7
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog
index 9e2b15f3a78d..dc88630baf5c 100644
--- a/x11-misc/lineakd/ChangeLog
+++ b/x11-misc/lineakd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineakd
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.34 2006/11/15 21:06:21 nelchael Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.35 2007/01/01 21:09:52 mabi Exp $
+
+ 01 Jan 2007; Matti Bickel <mabi@gentoo.org>
+ files/lineakd-0.8.4-mandestdir.patch:
+ fix creation of man8 dirs (bug #145970)
15 Nov 2006; Krzysiek Pawlik <nelchael@gentoo.org>
-lineakd-0.8.3-r1.ebuild, -files/lineakd-0.8.3-lineakkb.def.patch:
diff --git a/x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch b/x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch
index d4fca67a882b..fa6e8f92ed53 100644
--- a/x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch
+++ b/x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch
@@ -1,6 +1,5 @@
-diff -ur lineakd-0.8.4.orig/utils/Makefile.am lineakd-0.8.4/utils/Makefile.am
---- lineakd-0.8.4.orig/utils/Makefile.am 2005-12-25 00:38:38.000000000 +0100
-+++ lineakd-0.8.4/utils/Makefile.am 2005-12-25 00:39:33.000000000 +0100
+--- lineakd-0.8.4.orig/utils/Makefile.am 2005-08-01 06:42:32.000000000 +0200
++++ lineakd-0.8.4/utils/Makefile.am 2007-01-01 21:53:45.000000000 +0100
@@ -52,22 +52,22 @@
#install-data-local: send_to_keyboard.8.bz2 evtest.1.bz2 xsendkeycode.8.bz2 xsendkeys.8.bz2
if EVTEST
@@ -12,9 +11,9 @@ diff -ur lineakd-0.8.4.orig/utils/Makefile.am lineakd-0.8.4/utils/Makefile.am
else
install-data-local: send_to_keyboard.8.bz2 xsendkeycode.8.bz2 xsendkeys.8.bz2
endif
++ $(mkinstalldirs) $(DESTDIR)$(mandir)/man8/
if SEND_TO_KEYBOARD
- $(mkinstalldirs) $(mandir)/man8/
-+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man8/
chmod 755 $(DESTDIR)$(prefix)/sbin/send_to_keyboard
if test "$(HELPER_SUID)" != "no" ; then \
chown root $(DESTDIR)$(prefix)/sbin/send_to_keyboard ; \