modify file path to solve other package compiler err
This commit is contained in:
parent
4915fd1bd4
commit
15afaaf6b8
@ -14,9 +14,11 @@ An archive which contains license files for glassfish code.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -c %{name}-%{version}
|
%setup -c %{name}-%{version}
|
||||||
|
mkdir -p src/main/resources
|
||||||
|
mv META-INF/ src/main/resources
|
||||||
cp %{SOURCE1} ./pom.xml
|
cp %{SOURCE1} ./pom.xml
|
||||||
sed -i 's/\r//' META-INF/LICENSE.txt
|
sed -i 's/\r//' src/main/resources/META-INF/LICENSE.txt
|
||||||
cp -p META-INF/LICENSE.txt .
|
cp -p src/main/resources/META-INF/LICENSE.txt .
|
||||||
%mvn_file :legal %{name}
|
%mvn_file :legal %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user