mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ck: fix patch's whitespace
This commit is contained in:
parent
7beb840c63
commit
69b3dc67d5
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ Support Linux uname-style platform identifier for ppc32.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $PLATFORM in
|
case $PLATFORM in
|
||||||
- "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe")
|
- "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe")
|
||||||
+ "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe"|"ppc")
|
+ "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe"|"ppc")
|
||||||
RTM_ENABLE="CK_MD_RTM_DISABLE"
|
RTM_ENABLE="CK_MD_RTM_DISABLE"
|
||||||
LSE_ENABLE="CK_MD_LSE_DISABLE"
|
LSE_ENABLE="CK_MD_LSE_DISABLE"
|
||||||
MM="${MM:-"CK_MD_RMO"}"
|
MM="${MM:-"CK_MD_RMO"}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue