[Bug 282521] Review Request: dblatex - DocBook to LaTeX/ConTeXt Publishing

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 2 09:13:34 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: dblatex - DocBook to LaTeX/ConTeXt Publishing


https://bugzilla.redhat.com/show_bug.cgi?id=282521





------- Additional Comments From pertusus at free.fr  2007-11-02 05:13 EST -------
(In reply to comment #39)

> ln -s ../../sgml/docbook/xsl-stylesheets/dblatex
> $RPM_BUILD_ROOT%{_datadir}/dblatex/xsl

Not exactly... The link was wrong, and you can do either

rmdir $RPM_BUILD_ROOT%{_datadir}/dblatex/xsl/
ln -s ../sgml/docbook/xsl-stylesheets/dblatex $RPM_BUILD_ROOT%{_datadir}/dblatex/xsl


or change the mkdir and mv first
mkdir -p $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/xsl-stylesheets/
mv $RPM_BUILD_ROOT%{_datadir}/dblatex/xsl/
$RPM_BUILD_ROOT%{_datadir}/sgml/docbook/xsl-stylesheets/dblatex
ln -s ../sgml/docbook/xsl-stylesheets/dblatex $RPM_BUILD_ROOT%{_datadir}/dblatex/xsl


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list