diff --git a/debian/rules b/debian/rules index 46c495c7..92814d15 100755 --- a/debian/rules +++ b/debian/rules @@ -665,6 +665,7 @@ debian-full-build: # If we used sccache, shows stats if test -f /opt/sccache/sccache; then \ + ls -al /opt/sccache/; \ /opt/sccache/sccache --show-stats; \ cat $$SCCACHE_ERROR_LOG; \ fi