From b1181ef635f5c0cfb64ba674ab22c74beea4dd18 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 27 Jul 2016 19:30:07 -0600 Subject: [PATCH] At least some default.css links are no longer missing. --- sagemath.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sagemath.spec b/sagemath.spec index 504c45d..2215f58 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -1088,10 +1088,10 @@ pushd src/doc # should not be required and encodes buildroot rm -fr $SAGE_DOC/output/doctrees - # FIXME missing + # FIXME missing; but at least some are not. Maybe this can be removed? for css in $(find $SAGE_DOC/output/html -name classic.css); do pushd $(dirname $css) - ln -s classic.css default.css + ln -sf classic.css default.css popd done popd