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 6236628 commit 1a35177Copy full SHA for 1a35177
Makefile
@@ -138,7 +138,7 @@ build/armbian:
138
cd build && git clone https://github.com/armbian/build.git armbian
139
140
.PHONY: armbian_image
141
-armbian_image: pypi | build/armbian
+armbian_image: pypi | build/armbian
142
mkdir -p dist/image build/armbian/userpatches/overlay
143
cp -r image/armbian/userpatches/* build/armbian/userpatches
144
cp -r requirements.txt dist/pypi/*.whl image/common/files/* build/armbian/userpatches/overlay
0 commit comments