mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-31 22:56:03 +00:00
Add forgotten chmod +x to the libomp-X-Y-dev.install file, to let dh-exec do its job
This commit is contained in:
parent
04d9ffab16
commit
828fbdd9b3
2
debian/rules
vendored
2
debian/rules
vendored
@ -296,7 +296,7 @@ preconfigure:
|
||||
done
|
||||
|
||||
# Make install file executable for dh-exec
|
||||
chmod +x debian/llvm-$(LLVM_VERSION)-dev.install debian/clang-tools-$(LLVM_VERSION).install
|
||||
chmod +x debian/llvm-$(LLVM_VERSION)-dev.install debian/clang-tools-$(LLVM_VERSION).install debian/libomp-$(LLVM_VERSION)-dev.install
|
||||
|
||||
# DH doesn't support the [power ...] in install on Ubuntu trusty
|
||||
# fails with cp: cannot stat 'debian/tmp/[!powerpc': No such file or directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user