From c3699ac99467c23e4f130f7ba6171bdbf2d2dbc8 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 15 Jun 2018 11:48:24 +0200 Subject: [PATCH] Use false for SOURCE_IN_SUBDIR --- conf/arm.src | 2 +- conf/i386.src | 2 +- conf/x86-64.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/arm.src b/conf/arm.src index 74e7a68..0d1f81f 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -8,4 +8,4 @@ SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip # (Optional) Put false if sources are directly in the archive root # default: true -SOURCE_IN_SUBDIR=true +SOURCE_IN_SUBDIR=false diff --git a/conf/i386.src b/conf/i386.src index 8066ad2..c0e2725 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -8,4 +8,4 @@ SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip # (Optional) Put false if sources are directly in the archive root # default: true -SOURCE_IN_SUBDIR=true +SOURCE_IN_SUBDIR=false diff --git a/conf/x86-64.src b/conf/x86-64.src index 8b6ab51..43cce92 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -8,4 +8,4 @@ SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip # (Optional) Put false if sources are directly in the archive root # default: true -SOURCE_IN_SUBDIR=true +SOURCE_IN_SUBDIR=false