Skip to content

Commit

Permalink
Fix package folder (openjdk#120)
Browse files Browse the repository at this point in the history
It would install to /rivos/jdk/jdk instead of /rivos/jdk
  • Loading branch information
luhenry authored Aug 7, 2023
1 parent fc4ddfd commit c17db03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rivos/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ package-tar:
- mkdir -p "${PKG_DIRECTORY}"
# move the previous temporary install
- |
cp -av build/linux-${BUILD_ARCH}-release/images/jdk/ "${PKG_DIRECTORY}"
cp -av build/linux-${BUILD_ARCH}-release/images/jdk/* "${PKG_DIRECTORY}"
- |
if [ "${PKG_DBG}" = "true" ]; then
find "${PKG_DIRECTORY}" \( -xtype f -or -xtype l \) -not -name '*.debuginfo' -exec rm -f {} \; -print
Expand Down

0 comments on commit c17db03

Please sign in to comment.