44103c583c
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Sat Jan 04 2003 Jeff Johnson <jbj@redhat.com> 0.9.20-7 - use internal dep generator. Sat Dec 14 2002 Tim Powers <timp@redhat.com> 0.9.20-6 - don't use rpms internal dep generator Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 0.9.20-5 - Rebuild. Wed Sep 11 2002 Than Ngo <than@redhat.com> 0.9.20-4 - Added fix to have lib64 in perl path on 64bit machine
14 lines
400 B
Diff
14 lines
400 B
Diff
--- linuxdoc-tools-0.9.20/bin/linuxdoc.in.orig 2002-09-10 14:31:56.000000000 -0400
|
|
+++ linuxdoc-tools-0.9.20/bin/linuxdoc.in 2002-09-10 14:32:32.000000000 -0400
|
|
@@ -23,8 +23,10 @@
|
|
|
|
use lib "@DATADIR@";
|
|
use lib "@prefix@/perl5";
|
|
+use lib "@prefix@/lib64/perl5";
|
|
use lib "@prefix@/lib/perl5";
|
|
use lib "@prefix@/share/perl5";
|
|
+
|
|
$progs = {
|
|
"NSGMLS" => "@NSGMLS@",
|
|
"SGMLSASP" => "@SGMLSASP@",
|