summaryrefslogtreecommitdiffstats
path: root/groff-1.18.1.4-grofferpath.patch
diff options
context:
space:
mode:
authorjvcelak <jvcelak@fedoraproject.org>2010-03-12 12:33:46 +0000
committerjvcelak <jvcelak@fedoraproject.org>2010-03-12 12:33:46 +0000
commita072af177be8cfe6663c060ed441eb0b266cfbc8 (patch)
treebc68a5fd1e95408ea7f4f87e4d2a9b36e81d967b /groff-1.18.1.4-grofferpath.patch
parent9b747a665297437e1092ac6cf5fe87e58d26cba6 (diff)
downloadgroff-1_20_1-0_fc14.tar.gz
groff-1_20_1-0_fc14.tar.xz
groff-1_20_1-0_fc14.zip
Package rebase (1.81.1 -> 1.20.1)groff-1_20_1-0_fc14
Diffstat (limited to 'groff-1.18.1.4-grofferpath.patch')
-rw-r--r--groff-1.18.1.4-grofferpath.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/groff-1.18.1.4-grofferpath.patch b/groff-1.18.1.4-grofferpath.patch
deleted file mode 100644
index 6f95036..0000000
--- a/groff-1.18.1.4-grofferpath.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -up groff-1.18.1.4/contrib/groffer/groffer.sh.old groff-1.18.1.4/contrib/groffer/groffer.sh
---- groff-1.18.1.4/contrib/groffer/groffer.sh.old 2006-10-04 22:35:39.000000000 +0200
-+++ groff-1.18.1.4/contrib/groffer/groffer.sh 2007-10-08 09:01:29.000000000 +0200
-@@ -129,7 +129,7 @@ no)
- esac;
-
- export _GROFFER2_SH; # file name of the script that follows up
--_GROFFER2_SH="${_GROFFER_LIBDIR}"'groffer2.sh';
-+_GROFFER2_SH="${_GROFFER_LIBDIR}${_GROFF_VERSION}"'groffer2.sh';
-
- export _GROFFER_SH; # file name of this shell script
- case "$0" in
-@@ -331,7 +331,8 @@ fi;
- if test _"${_SHELL}"_ = __
- then
- # no shell found, so start groffer2.sh normally
-- eval . "'${_GROFFER2_SH}'" '"$@"';
-+ #eval . "'${_GROFFER2_SH}'" '"$@"';
-+ eval . "/usr/share/groff/${_GROFF_VERSION}/groffer/groffer2.sh" '"$@"';
- exit;
- else
- # start groffer2.sh with the found $_SHELL