Skip to content

Commit

Permalink
mksh: fix PATCHES
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Mar 24, 2020
1 parent 252853e commit 814e669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-shells/mksh/mksh-57.recipe
Expand Up @@ -21,7 +21,9 @@ CHECKSUM_SHA256="3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe7
SOURCE_DIR="mksh"
PATCHES="mksh-$portVersion.patchset"
if [ "$targetArchitecture" != x86_gcc2 ]; then
PATCHES+=" mksh-$portVersion.patch"
PATCHES+="
mksh-$portVersion.patch
"
fi

ARCHITECTURES="x86_gcc2 x86 x86_64"
Expand Down

0 comments on commit 814e669

Please sign in to comment.