Files
haikuports/dev-util/kdevelop_pg_qt/patches/kdevelop_pg_qt-2.3.0.patchset
2024-12-24 10:45:14 +01:00

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