]> git.proxmox.com Git - llvm-toolchain.git/commitdiff
fix for real
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 21 Jul 2023 16:42:58 +0000 (18:42 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 21 Jul 2023 16:42:58 +0000 (18:42 +0200)
debian/rules

index 978e0f2d6deaf2e5a6f3cfd4e9ae3dfeb0d5b0ba..686d8787d5fb8ee33b0fa7058a9e07f325e6fa33 100755 (executable)
@@ -1041,7 +1041,8 @@ endif
 # Because of hurd, we are more flexible in what we include in libclang-X.Y-rt
 # but we don't want to install wasi files into libclang-rt as they have their own package
 # So, we remove this directory from the package
-       rm -f $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/wasi/
+       rm -f $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/wasi/
+
 
 # Create this fake directory to make the install libclang-common-dev happy
 # under the unsupported archs of compiler-rt