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 [EMAIL PROTECTED]  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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to