From 59d47264c4db4dfc552d00ef68004a5b4824f6a3 Mon Sep 17 00:00:00 2001 From: OscarL Date: Fri, 17 Mar 2023 03:28:38 -0300 Subject: [PATCH] be_book: make sure that all .html files have the same mimetype (#7968) BAppFileInfo_Overview.html had "text/plain" before. --- haiku-data/be_book/be_book-2008_10_26.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 62d4ba39e..6c7d3ccf3 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="6" +REVISION="7" SOURCE_URI="http://haiku-files.org/files/data/bebook_20081026.zip#noarchive" CHECKSUM_SHA256="8bd4836744c2542567b95b3b1cacf60333562e178d5cbcf3aa0a69a02d2f7a28" SOURCE_DIR="bebook" @@ -26,5 +26,6 @@ INSTALL() mkdir -p $documentationDir unzip $sourceDir/bebook_20081026.zip -d $documentationDir mv $documentationDir/bebook $documentationDir/BeBook + settype -t "text/html" $documentationDir/BeBook/*.html settype -t "text/css" $documentationDir/BeBook/*.css }