Skip to content

Commit

Permalink
Fix capitalisation in autoconf patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Dec 26, 2023
1 parent 5b0a78d commit b540676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/autoconf/jinx-working-patch.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index cdfc439..6f224fc 100755
i*:PW*:*)
GUESS=$UNAME_MACHINE-pc-pw32
;;
+ *:vinix:*:*)
+ *:Vinix:*:*)
+ GUESS=$UNAME_MACHINE-pc-vinix
+ ;;
*:SerenityOS:*:*)
Expand Down

0 comments on commit b540676

Please sign in to comment.