Skip to content

Commit

Permalink
Merge pull request #182 from erikespinoza/master
Browse files Browse the repository at this point in the history
Add keymaster-webauthn.js to rpm specfile
  • Loading branch information
rgooch authored Nov 8, 2022
2 parents a9ebff3 + 9b11eba commit cd1c2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keymaster.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ install -p -m 0644 misc/startup/keymaster.service %{buildroot}/usr/lib/systemd/s
install -d %{buildroot}/%{_datarootdir}/keymasterd/static_files/
install -p -m 0644 cmd/keymasterd/static_files/u2f-api.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/u2f-api.js
install -p -m 0644 cmd/keymasterd/static_files/keymaster-u2f.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/keymaster-u2f.js
install -p -m 0644 cmd/keymasterd/static_files/keymaster-webauthn.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/keymaster-webauthn.js
install -p -m 0644 cmd/keymasterd/static_files/webui-2fa-u2f.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/webui-2fa-u2f.js
install -p -m 0644 cmd/keymasterd/static_files/webui-2fa-okta-push.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/webui-2fa-okta-push.js
install -p -m 0644 cmd/keymasterd/static_files/webui-2fa-symc-vip.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/webui-2fa-symc-vip.js
Expand Down

0 comments on commit cd1c2b4

Please sign in to comment.