mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-15 03:40:31 +00:00
fix a typo
This commit is contained in:
parent
46090b035b
commit
da5c2dd727
2
debian/rules
vendored
2
debian/rules
vendored
@ -515,7 +515,7 @@ override_dh_ocaml:
|
|||||||
|
|
||||||
override_dh_auto_configure: preconfigure
|
override_dh_auto_configure: preconfigure
|
||||||
if test -f /opt/sccache/sccache; then \
|
if test -f /opt/sccache/sccache; then \
|
||||||
touch $$CCACHE_ERROR_LOG; \
|
touch $$SCCACHE_ERROR_LOG; \
|
||||||
ls -al /opt/sccache/*; \
|
ls -al /opt/sccache/*; \
|
||||||
ls -al /usr/bin/g++-*; \
|
ls -al /usr/bin/g++-*; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user