mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
20 lines
558 B
Plaintext
20 lines
558 B
Plaintext
From a8791b2d79a01a8f5c556e2a73d0c49ffe41ce2b Mon Sep 17 00:00:00 2001
|
|
From: Schrijvers Luc <begasus@gmail.com>
|
|
Date: Sun, 24 Mar 2024 17:10:03 +0100
|
|
Subject: Fix headers installation path
|
|
|
|
|
|
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
|
|
index b31ec42..99d68f9 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.43.2
|
|
|