diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-11-05 11:29:54 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-11-05 11:29:54 +0000 |
commit | b3dfd8cc60b484112f454d08444ae20396db41e1 (patch) | |
tree | b1d3448f01817b16b4693fd6586f519d41c7f668 /app-editors | |
parent | fix typeo (diff) | |
download | historical-b3dfd8cc60b484112f454d08444ae20396db41e1.tar.gz historical-b3dfd8cc60b484112f454d08444ae20396db41e1.tar.bz2 historical-b3dfd8cc60b484112f454d08444ae20396db41e1.zip |
removed the absolute path
should fix #10240
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kvim/files/kvim-6.1.141.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/kvim/files/kvim-6.1.141.patch b/app-editors/kvim/files/kvim-6.1.141.patch index 665a02ce2849..0bd8725fafe3 100644 --- a/app-editors/kvim/files/kvim-6.1.141.patch +++ b/app-editors/kvim/files/kvim-6.1.141.patch @@ -1,5 +1,5 @@ ---- /var/tmp/portage/kvim-6.1.141/work/kvim-6.1.141/src/Makefile.orig 2002-10-01 16:54:21.000000000 +0200 -+++ /var/tmp/portage/kvim-6.1.141/work/kvim-6.1.141/src/Makefile 2002-10-18 02:22:52.000000000 +0200 +--- src/Makefile.orig 2002-10-01 16:54:21.000000000 +0200 ++++ src/Makefile 2002-10-18 02:22:52.000000000 +0200 @@ -1401,13 +1401,13 @@ # - Temporarily move the ./configure script to ./configure.save. Don't # overwrite it, it's probably the result of an aborted autoconf. |