From b68af74ef728e48003671ccbb6b10532ef57dbea Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 31 Oct 2016 18:03:54 +0000 Subject: Fix bare source packaging. --- rtems-release-sources | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rtems-release-sources b/rtems-release-sources index 74a8232..de714ef 100755 --- a/rtems-release-sources +++ b/rtems-release-sources @@ -118,7 +118,7 @@ cd ${prefix} --without-error-report \ --without-release-url \ ${rtems_pkgs} - # + # If git, svn or cvs exist the release fails. # if [ -d sources/git -o -d sources/svn -o -d sources/cvs ]; then @@ -136,9 +136,10 @@ cd ${prefix} # # Fetch the source for 3rd party packages tools. # - if [ -n "${bare_pkgs}" -a ${bare_pkgs} != None ]; then + if [ -n "${bare_pkgs}" -a "${bare_pkgs}" != "None" ]; then cd bare - export_source=${export_source} bare + export_source="${export_source} bare" + mkdir sources patches echo "../source-builder/sb-set-builder --dry-run --with-download " \ "--without-error-report --without-release-url " \ "${bare_pkgs}" -- cgit v1.2.3