Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88232 | Differences between
and this patch

Collapse All | Expand All

(-)linuxdoc-tools-0.9.20/bin/linuxdoc.in.orig (+2 lines)
Lines 23-30 Link Here
23
23
24
use lib "@DATADIR@";
24
use lib "@DATADIR@";
25
use lib "@prefix@/perl5";
25
use lib "@prefix@/perl5";
26
use lib "@prefix@/lib64/perl5";
26
use lib "@prefix@/lib/perl5";
27
use lib "@prefix@/lib/perl5";
27
use lib "@prefix@/share/perl5";
28
use lib "@prefix@/share/perl5";
29
28
$progs = {
30
$progs = {
29
  "NSGMLS" => "@NSGMLS@",
31
  "NSGMLS" => "@NSGMLS@",
30
  "SGMLSASP" => "@SGMLSASP@",
32
  "SGMLSASP" => "@SGMLSASP@",

Return to bug 88232