Newer
Older
Import / applications / MakePDF / 3rdParty / libharu / pr-patches / 0001-install-README-in-share.patch
@John John on 29 Dec 2020 709 bytes bulk import from macbookpro checkouts
From ad32ed9ffcd63d681268f72d08a7c494adecb840 Mon Sep 17 00:00:00 2001
From: xantares <xantares09@hotmail.com>
Date: Fri, 3 Oct 2014 17:53:15 +0200
Subject: [PATCH] install README in share

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 354ca75..2b1de0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -210,7 +210,7 @@ set(
 install(FILES ${haru_HDRS} DESTINATION include)
 
 # install various files
-install(FILES README CHANGES INSTALL DESTINATION .)
+install(FILES README CHANGES INSTALL DESTINATION share/libharu/doc)
 if(NOT DEVPAK)
   install(DIRECTORY if DESTINATION .)
 endif(NOT DEVPAK)
-- 
2.21.1 (Apple Git-122.3)