Skip to content

Commit

Permalink
pkgbase: Fix ucl for libcompiler_rt
Browse files Browse the repository at this point in the history
It's only a -dev package now so add it to the list of -dev package
that don't have non-dev package.

PR:	273859
  • Loading branch information
MikaelUrankar authored and evadot committed Sep 22, 2023
1 parent 95a4709 commit 3646837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/packages/generate-ucl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ main() {

# -dev packages that have no corresponding non-dev package
# as a dependency.
libcompat-dev|liby-dev)
libcompat-dev|libcompiler_rt-dev|liby-dev)
outname=${outname%%-dev}
_descr="Development Files"
;;
libcompat-lib32_dev|liby-lib32_dev)
libcompat-lib32_dev|libcompiler_rt-lib32_dev|liby-lib32_dev)
outname=${outname%%-lib32_dev}
_descr="32-bit Libraries, Development Files"
;;
Expand Down

0 comments on commit 3646837

Please sign in to comment.