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