Fix a syntax error

This commit is contained in:
Sylvestre Ledru 2013-06-06 11:58:16 +00:00
parent d5fa32f730
commit 3a53e16269

2
debian/rules vendored
View File

@ -167,7 +167,7 @@ override_dh_auto_install:
# Create this fake directory to make the install libclang-common-dev happy # Create this fake directory to make the install libclang-common-dev happy
# under the unsupported archs of compiler-rt # under the unsupported archs of compiler-rt
mkdir -p $(CURDIR)/debian/tmp/usr/lib/clang/$(LLVM_VERSION)/lib mkdir -p $(CURDIR)/debian/tmp/usr/lib/clang/$(LLVM_VERSION)/lib
mkdir -p $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_V mkdir -p $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)
# Rename binaries # Rename binaries