From 1d9d033c65c8edcc7fea580ebe2d43606a8c2e08 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 3 Aug 2018 16:03:04 +0200 Subject: [PATCH] fish: code style. --- app-shells/fish/fish-2.7.1.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-shells/fish/fish-2.7.1.recipe b/app-shells/fish/fish-2.7.1.recipe index 166cf2bcc..2b1b8f397 100644 --- a/app-shells/fish/fish-2.7.1.recipe +++ b/app-shells/fish/fish-2.7.1.recipe @@ -13,6 +13,10 @@ PATCHES="fish-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64" SECONDARY_ARCHITECTURES="?x86" +GLOBAL_WRITABLE_FILES=" + settings/fish/config.fish keep-old + " + PROVIDES=" fish$secondaryArchSuffix = $portVersion cmd:fish$secondaryArchSuffix = $portVersion @@ -45,10 +49,6 @@ BUILD_PREREQUIRES=" cmd:make " -GLOBAL_WRITABLE_FILES=" - settings/fish/config.fish keep-old - " - defineDebugInfoPackage fish$secondaryArchSuffix \ "$binDir"/fish$secondaryArchSuffix \ "$binDir"/fish_indent$secondaryArchSuffix \