update guacamole-web.spec
This commit is contained in:
parent
c0038cc56a
commit
d9c76cb5f0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Requires: tomcat%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|||
|
||||
%install
|
||||
mkdir -p %{buildroot}/var/lib/tomcat/webapps
|
||||
install -m 644 guacamole-1.0.0.war %{buildroot}/var/lib/tomcat/webapps/guacamole.war
|
||||
install -m 644 %{_sourcedir}/guacamole-1.0.0.war %{buildroot}/var/lib/tomcat/webapps/guacamole.war
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
|
Loading…
Reference in a new issue