steghide: missing newlines by PATCHES

This commit is contained in:
Jerome Duval
2023-03-24 14:07:16 +01:00
parent c496aadf53
commit d66fbda28e

View File

@@ -11,7 +11,9 @@ SOURCE_URI="https://downloads.sourceforge.net/steghide/steghide-$portVersion.tar
CHECKSUM_SHA256="a2c7f879a3e22860879889106cc49e486000653f81448264affa0fd616a47da1"
PATCHES="steghide-$portVersion.patchset"
if [ "$targetArchitecture" != x86_gcc2 ]; then
PATCHES+="steghide-gcc11-$portVersion.patchset"
PATCHES+="
steghide-gcc11-$portVersion.patchset
"
fi
ARCHITECTURES="all"