mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 23:42:18 +00:00
workaround the missing ocaml dir
This commit is contained in:
parent
99ff4c05f9
commit
ebc5013ba3
2
debian/rules
vendored
2
debian/rules
vendored
@ -433,8 +433,8 @@ override_dh_auto_install:
|
||||
|
||||
# Rename OCaml bindings
|
||||
if test "$(OCAML_ENABLE)" = yes; then \
|
||||
mkdir -p "$(DEB_INST)$(OCAML_STDLIB_DIR)"; \
|
||||
if test -d "$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ocaml"; then \
|
||||
mkdir -p "$(DEB_INST)$(OCAML_STDLIB_DIR)"; \
|
||||
mv -f "$(DEB_INST)usr/lib/llvm-$(LLVM_VERSION)/lib/ocaml" \
|
||||
"$(DEB_INST)$(OCAML_STDLIB_DIR)/llvm-$(LLVM_VERSION)"; \
|
||||
fi; \
|
||||
|
Loading…
Reference in New Issue
Block a user