Message ID | 20120821101111.17900.6604.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'linaro-hwpack-install' --- linaro-hwpack-install 2012-08-05 09:18:44 +0000 +++ linaro-hwpack-install 2012-08-17 04:37:44 +0000 @@ -263,7 +263,7 @@ # manually generate modules.dep ls /lib/modules | while read kernel; do - depmod ${kernel} + depmod ${kernel} || true done; }