Skip to content

Commit

Permalink
fix: typo in the Product Key use (#264)
Browse files Browse the repository at this point in the history
Fixes #255
  • Loading branch information
alexsander-souza authored Sep 12, 2024
1 parent 2b84b93 commit 2ad168c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OVMF_VARS.fd: /usr/share/OVMF/OVMF_VARS*.fd

http/Autounattend.xml: http/Autounattend.xml.${BOOT}.template
sed s#@VERSION@#"${TYPE} ${VERSION} ${EDIT}"#g $< > $@
ifneq ($(strip $(PKEY1)),)
ifneq ($(strip $(PKEY)),)
sed -i s#@PKEY@#${PKEY}#g $@
sed -i 's/<!--<ProductKey>/<ProductKey>/;s/<\/ProductKey>-->/<\/ProductKey>/' $@
endif
Expand Down

0 comments on commit 2ad168c

Please sign in to comment.