code format.

* fix libdsk_tools PROVIDES.
This commit is contained in:
Jerome Duval
2018-09-11 14:43:35 +02:00
parent c79192faea
commit 20746f828e
7 changed files with 80 additions and 88 deletions

View File

@@ -19,8 +19,8 @@ CHECKSUM_SHA256_2="60e91e4a3c7b64d18a144b0e2bc0499c1ab10db3676c099725aca820ff429
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
commandSuffix=$secondaryArchSuffix
commandBinDir=$binDir
commandSuffix="$secondaryArchSuffix"
commandBinDir="$binDir"
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
commandBinDir=$prefix/bin
@@ -40,9 +40,9 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:install
cmd:make
cmd:patch
cmd:zcat
"