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

Collapse All | Expand All

(-)PerlQt/Makefile.PL.in.orig (-1 / +1 lines)
Lines 157-163 Link Here
157
		  $i .= "\ninstall_my_perlqt_doc:\n".
157
		  $i .= "\ninstall_my_perlqt_doc:\n".
158
                        "\t\@echo Installing documentation in ${doc_dir}\n".
158
                        "\t\@echo Installing documentation in ${doc_dir}\n".
159
                        "\t\@$^X -MExtUtils::Install -MConfig -e \\\n".
159
                        "\t\@$^X -MExtUtils::Install -MConfig -e \\\n".
160
		        "\t\t'install({ \"$src\" => \"${doc_dir}\" },0,0)' \$(DEV_NULL)\n";
160
		        "\t\t'install({ \"$src\" => \"\${DESTDIR}/${doc_dir}\" },0,0)' \$(DEV_NULL)\n";
161
		  $doc_dir_glob = $doc_dir;
161
		  $doc_dir_glob = $doc_dir;
162
		  $i;
162
		  $i;
163
}
163
}

Return to bug 144001