Skip to content

Commit

Permalink
build: Fix PATH variable after 657eb7c
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Dec 5, 2024
1 parent 7cddb61 commit f841a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ovmf-loongarch64:
test.hdd:
rm -f test.hdd
dd if=/dev/zero bs=1M count=0 seek=64 of=test.hdd
PATH=$PATH:/sbin:/usr/sbin parted -s test.hdd mklabel gpt
PATH=$PATH:/sbin:/usr/sbin parted -s test.hdd mkpart primary 2048s 100%
PATH=$$PATH:/usr/sbin:/sbin parted -s test.hdd mklabel gpt
PATH=$$PATH:/usr/sbin:/sbin parted -s test.hdd mkpart primary 2048s 100%

.PHONY: mbrtest.hdd
mbrtest.hdd:
Expand Down

0 comments on commit f841a33

Please sign in to comment.