Commit 0febe21
committed
fix: create usr/bin and usr/lib64 subdirectories in rootfs
The mkdir only created top-level directories, but we need usr/bin
and usr/lib64 subdirectories for the cp commands to work.
Fixed: mkdir creates usr/bin, usr/lib64 explicitly
Signed-off-by: Manav Gupta <manavg@gmail.com>1 parent 484bfaa commit 0febe21
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments