From da632b20cbaccb82f6b43cbd40a713dd5f6365cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Casta=C3=B1eda?= Date: Thu, 5 Jan 2023 19:20:09 +0100 Subject: [PATCH] BeBook: fix CSS mime type This time for real, whatever sniffing rules the builder may have. --- haiku-data/be_book/be_book-2008_10_26.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-data/be_book/be_book-2008_10_26.recipe b/haiku-data/be_book/be_book-2008_10_26.recipe index 8404db512..62d4ba39e 100644 --- a/haiku-data/be_book/be_book-2008_10_26.recipe +++ b/haiku-data/be_book/be_book-2008_10_26.recipe @@ -5,7 +5,7 @@ familiarize themselves with the BeAPI and Haiku programming in general." HOMEPAGE="https://www.haiku-os.org/documents" COPYRIGHT="ACCESS Co., Ltd." LICENSE="Attribution-NonCommercial-NoDerivs 3.0 Unported" -REVISION="5" +REVISION="6" SOURCE_URI="http://haiku-files.org/files/data/bebook_20081026.zip#noarchive" CHECKSUM_SHA256="8bd4836744c2542567b95b3b1cacf60333562e178d5cbcf3aa0a69a02d2f7a28" SOURCE_DIR="bebook" @@ -26,5 +26,5 @@ INSTALL() mkdir -p $documentationDir unzip $sourceDir/bebook_20081026.zip -d $documentationDir mv $documentationDir/bebook $documentationDir/BeBook - mimeset -F $documentationDir/BeBook + settype -t "text/css" $documentationDir/BeBook/*.css }