mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 14:08:48 +00:00
fix the syntax
This commit is contained in:
parent
5ffa26ae84
commit
b64f52e05e
4
debian/rules
vendored
4
debian/rules
vendored
@ -742,8 +742,8 @@ endif
|
||||
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
|
||||
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
||||
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
|
||||
chmod 0755 $(find reports/coverage -type d); \
|
||||
chmod 0644 $(find reports/coverage -type f); \
|
||||
chmod 0755 `find reports/coverage -type d`; \
|
||||
chmod 0644 `find reports/coverage -type f`; \
|
||||
fi
|
||||
override_dh_auto_test:
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user