mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
20 lines
559 B
Plaintext
20 lines
559 B
Plaintext
From e9a58d37576e058e7489eb7bee23e756bc3a12c8 Mon Sep 17 00:00:00 2001
|
|
From: Schrijvers Luc <begasus@gmail.com>
|
|
Date: Wed, 20 Nov 2024 13:18:41 +0100
|
|
Subject: Fix headers installation path
|
|
|
|
|
|
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
|
|
index b31ec42..c5444b3 100644
|
|
--- a/include/CMakeLists.txt
|
|
+++ b/include/CMakeLists.txt
|
|
@@ -5,4 +5,4 @@ install( FILES
|
|
kdev-pg-token-stream.h
|
|
kdev-pg-list.h
|
|
kdev-pg-char-sets.h
|
|
- DESTINATION include/kdevelop-pg-qt )
|
|
+ DESTINATION "${KDE_INSTALL_INCLUDEDIR}/kdevelop-pg-qt")
|
|
--
|
|
2.45.2
|
|
|