Skip to content

Commit

Permalink
Publiush a linux devkit
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Mar 25, 2024
1 parent e4b9c44 commit 81cbab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sbin/PublishDevKit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ for file in devkit-*
FILE_COMPILER=${BASH_REMATCH[1]};
FILE_VERSION=${BASH_REMATCH[2]};
FILE_SYSROOT=${BASH_REMATCH[3]};
FILE_ARCH=${BASH_REMATCH[4]};
FILE_SUFFIX=${BASH_REMATCH[5]};
FILE_BUILD=${BASH_REMATCH[6]};
FILE_BUILD=${BASH_REMATCH[4]};
FILE_ARCH=${BASH_REMATCH[5]};
FILE_SUFFIX=${BASH_REMATCH[6]};
FILE_EXTENSION=${BASH_REMATCH[7]};

file_tag="${FILE_COMPILER}-${FILE_VERSION}-${FILE_SYSROOT}-${FILE_BUILD}"
Expand Down

0 comments on commit 81cbab7

Please sign in to comment.