update guacamole-ldap.spec
This commit is contained in:
parent
6bb3804425
commit
c0038cc56a
1 changed files with 4 additions and 2 deletions
|
@ -22,11 +22,13 @@ Requires: tomcat%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|||
%build
|
||||
|
||||
%install
|
||||
mkdir -p /usr/share/tomcat/.guacamole/extensions
|
||||
cp guacamole-auth-ldap-1.0.0.jar /usr/share/tomcat/.guacamole/extensions/
|
||||
mkdir -p %{buildroot}/usr/share/tomcat/.guacamole/extensions
|
||||
install -m 644 guacamole-auth-ldap-1.0.0.jar %{buildroot}/usr/share/tomcat/.guacamole/extensions/
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
/usr/share/tomcat/.guacamole/extensions/guacamole-auth-ldap-1.0.0.jar
|
||||
|
||||
%changelog
|
||||
* Wed Apr 10 2019 kjg <jinguek.kwon@ungleich.ch> - 1.0.0-1
|
||||
|
|
Loading…
Reference in a new issue