Skip to content

Commit

Permalink
Fix builds on al2 after directory structure change
Browse files Browse the repository at this point in the history
  • Loading branch information
benty-amzn committed Jun 14, 2022
1 parent 9109be1 commit 5739e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions installers/linux/al2/spec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ task copySourceTar(type: Tar) {
into '/'
}
from("$buildDir/distributions/javafx") {
into "src/javafx"
into "javafx"
}

}

task rpmBuild(type: Exec) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Provides: java-%{javaver}-devel = %{epoch}:%{version}-%{release}
Amazon Corretto's packaging of the OpenJDK 8 code.

%prep
%setup -q -n src
%setup -q -n src -c

%build
bash ./configure \
Expand Down

0 comments on commit 5739e13

Please sign in to comment.