BeBook: fix CSS mime type

This time for real, whatever sniffing rules the builder may have.
This commit is contained in:
Máximo Castañeda
2023-01-05 19:20:09 +01:00
committed by Adrien Destugues
parent 75914e2bb3
commit da632b20cb

View File

@@ -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
}