We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 995e236 + 57d765d commit c452ceaCopy full SHA for c452cea
src/flashrom/Makefile
@@ -12,7 +12,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
12
pushd ./flashrom-$(FLASHROM_VERSION_FULL)
13
14
# Check out tag: tags/0.9.7
15
- git checkout -b flashrom-src tags/$(FLASHROM_VERSION_FULL)
+ git checkout -b flashrom-src v$(FLASHROM_VERSION_FULL)
16
17
# Apply patch series
18
stg init
0 commit comments