summaryrefslogtreecommitdiff
blob: 20034b9336410972d9e851de2dc003e61ac65740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 43b3a932650ffd52fc1bc56f5c515ee4855bfd79 Mon Sep 17 00:00:00 2001
From: James Le Cuirot <chewi@gentoo.org>
Date: Mon, 22 Jan 2018 21:07:52 +0000
Subject: [PATCH] Install documentation in Gentoo-compliant manner

---
 mt32emu/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mt32emu/CMakeLists.txt b/mt32emu/CMakeLists.txt
index 248f576..704d4f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -251,8 +251,8 @@ endif()
 
 if(libmt32emu_PACKAGE_TYPE STREQUAL "Runtime" OR NOT libmt32emu_PACKAGE_TYPE STREQUAL "Devel")
   install(FILES
-    AUTHORS.txt COPYING.txt COPYING.LESSER.txt NEWS.txt README.txt TODO.txt
-    DESTINATION share/doc/munt/libmt32emu
+    AUTHORS.txt NEWS.txt README.txt TODO.txt
+    DESTINATION share/doc/$ENV{PF}
   )
 endif()
 
-- 
2.15.0