Commit 023f2b0
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 b3b2830 commit 023f2b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments