[neon/extras/labplot/Neon/unstable] debian: CLANG_INSTALL_DIR

Carlos De Maine null at kde.org
Wed Jan 21 11:49:08 GMT 2026


Git commit f5f586168dc3f91211b3151d9c50bacb16cbd09b by Carlos De Maine.
Committed on 21/01/2026 at 11:49.
Pushed by carlosdem into branch 'Neon/unstable'.

CLANG_INSTALL_DIR

M  +1    -0    debian/rules

https://invent.kde.org/neon/extras/labplot/-/commit/f5f586168dc3f91211b3151d9c50bacb16cbd09b

diff --git a/debian/rules b/debian/rules
index 253e030..7093b8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
+export CLANG_INSTALL_DIR :=$(shell clang -print-resource-dir)
 
 %:
 	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list