mvn-local symlink should be relative
This commit is contained in:
parent
6c31323ce6
commit
f351216f27
@ -218,7 +218,7 @@ exec mvn "\${@}"
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# mvn-local symlink
|
# mvn-local symlink
|
||||||
ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/mvn-local
|
ln -s %{name} %{buildroot}%{_bindir}/mvn-local
|
||||||
|
|
||||||
# make sure our conf is identical to maven so yum won't freak out
|
# make sure our conf is identical to maven so yum won't freak out
|
||||||
install -d -m 755 %{buildroot}%{_datadir}/%{name}/conf/
|
install -d -m 755 %{buildroot}%{_datadir}/%{name}/conf/
|
||||||
|
Loading…
Reference in New Issue
Block a user