Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! use /usr/share/susemanager/www/ instead of /srv/www/htdocs
  • Loading branch information
mbussolotto committed Sep 12, 2023
1 parent 447f3c5 commit 661bb3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/spacewalk-java.spec
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,11 @@ ln -s -f %{_javadir}/dwr.jar $RPM_BUILD_ROOT%{serverdir}/tomcat/webapps/rhn/WEB-
# special links for rhn-search
RHN_SEARCH_BUILD_DIR=%{_prefix}/share/rhn/search/lib
ln -s -f %{_javadir}/postgresql-jdbc.jar $RPM_BUILD_ROOT$RHN_SEARCH_BUILD_DIR/postgresql-jdbc.jar
ln -s -f %{_javadir}/postgresql-jdbc.jar RPM_BUILD_ROOT%{serverdir}/tomcat/webapps/rhn/WEB-INF/lib/postgresql-jdbc.jar
ln -s -f %{_javadir}/postgresql-jdbc.jar $RPM_BUILD_ROOT%{serverdir}/tomcat/webapps/rhn/WEB-INF/lib/postgresql-jdbc.jar
ln -s -f %{_javadir}/ongres-scram/client.jar $RPM_BUILD_ROOT$RHN_SEARCH_BUILD_DIR/ongres-scram_client.jar
ln -s -f %{_javadir}/ongres-scram/client.jar $RPM_BUILD_ROOT$RHN_SEARCH_BUILD_DIR/tomcat/webapps/rhn/WEB-INF/lib/ongres-scram_client.jar
ln -s -f %{_javadir}/ongres-scram/client.jar $RPM_BUILD_ROOT%{serverdir}/tomcat/webapps/rhn/WEB-INF/lib/ongres-scram_client.jar
ln -s -f %{_javadir}/ongres-scram/common.jar $RPM_BUILD_ROOT$RHN_SEARCH_BUILD_DIR/ongres-scram_common.jar
ln -s -f %{_javadir}/ongres-scram/common.jar $RPM_BUILD_ROOT$RHN_SEARCH_BUILD_DIR/tomcat/webapps/rhn/WEB-INF/lib/ongres-scram_common.jar
ln -s -f %{_javadir}/ongres-scram/common.jar $RPM_BUILD_ROOT%{serverdir}/tomcat/webapps/rhn/WEB-INF/lib/ongres-scram_common.jar

# write an include file for the filelist
if [ -e %{_javadir}/ongres-stringprep/stringprep.jar ]; then
Expand Down

0 comments on commit 661bb3c

Please sign in to comment.