mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
kdevelop_pg_qt, new recipe (#10341)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user