From c0d0a3490f78b32f20a627ecbd93d86d4a7a2140 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 17 Jun 2013 00:08:49 +0200 Subject: [PATCH] Adjust recipe for be-book to changes in HaikuPorter --- haiku-data/be_book/be_book-2008_10_26.recipe | 4 +++- 1 file changed, 3 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 326fd46ae..8dbf954b8 100644 --- a/haiku-data/be_book/be_book-2008_10_26.recipe +++ b/haiku-data/be_book/be_book-2008_10_26.recipe @@ -16,8 +16,10 @@ BUILD_REQUIRES=" coreutils " +SOURCE_DIR='bebook' + INSTALL() { mkdir -p $documentationDir - cp -dR bebook $documentationDir/BeBook + cp -dR $sourceDir $documentationDir/BeBook }