commit | e7b13441895fd0f95c34a004eed364524cca71cb | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Jun 14 20:44:36 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jun 14 20:44:36 2011 -0400 |
tree | 95f334a8017072f5b1a968fd4f16704abeba721e | |
parent | 4892063043282229c1296d86a2f86989ef30a97c [diff] |
ktest: Fix tar extracting of modules to target The tar command to create the module directory is cjf, but the extraction only had xf. This works on most versions of tar, but some versions of tar require xjf for extraction as well. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>