Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Aug 20, 2024
1 parent 1eeb566 commit be3726a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uppm-shim-pkgin
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package_name_transform_from_uppm_to_pkgin() {
ninja) printf '%s\n' 'ninja-build';;
golang) printf '%s\n' 'go' ;;
pkgconf) printf '%s\n' 'pkg-config';;
xsltproc) printf '%s\n' 'libxslt' ;;
*) printf '%s\n' "$1"
esac
}
Expand Down

0 comments on commit be3726a

Please sign in to comment.