CI: List attributes, sizes etc. of installed files, not just names
[platform/upstream/dbus.git] / tools / ci-build.sh
index 56066b0..12f1fbc 100755 (executable)
@@ -232,7 +232,7 @@ case "$ci_buildsys" in
         [ "$ci_test" = no ] || ${make} distcheck || maybe_fail_tests
 
         ${make} install DESTDIR=$(pwd)/DESTDIR
-        ( cd DESTDIR && find . )
+        ( cd DESTDIR && find . -ls )
 
         if [ "$ci_sudo" = yes ] && [ "$ci_test" = yes ]; then
             sudo ${make} install