We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f64e51 commit ff399f1Copy full SHA for ff399f1
contrib/rootfs-builder/Makefile
@@ -15,7 +15,7 @@ rootfs/%/bin/busybox: downloads/stage3-%-current.tar rootfs-files
15
sudo rm -rf rootfs/$*
16
sudo mkdir -p rootfs/$*
17
sudo tar -xvf downloads/stage3-$*-current.tar -C rootfs/$* \
18
- --no-recursion --wildcards $$(< rootfs-files)
+ --no-recursion --wildcards $$(cat rootfs-files)
19
sudo touch $@
20
21
.PRECIOUS: rootfs/%/bin/echo
0 commit comments