diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-11-19 09:30:56 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-11-19 09:37:03 -0500 |
commit | eead9eec998697cc8c147a47a8874ef7a801cbd1 (patch) | |
tree | e91a3cd07f80c174a87e77c02ac335823776cf18 /ipa.spec.in | |
parent | 5a3497677937e7a632021b75d2ebef8eed3ec252 (diff) | |
download | freeipa-eead9eec998697cc8c147a47a8874ef7a801cbd1.tar.gz freeipa-eead9eec998697cc8c147a47a8874ef7a801cbd1.tar.xz freeipa-eead9eec998697cc8c147a47a8874ef7a801cbd1.zip |
Fix build error due to rename of index.xhtml to index.html
Diffstat (limited to 'ipa.spec.in')
-rw-r--r-- | ipa.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa.spec.in b/ipa.spec.in index 1277d41ec..5a3ea2b29 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -389,7 +389,7 @@ fi %{_usr}/share/ipa/migration/migration.css %{_usr}/share/ipa/migration/migration.py* %dir %{_usr}/share/ipa/static -%{_usr}/share/ipa/static/index.xhtml +%{_usr}/share/ipa/static/index.html %{_usr}/share/ipa/static/*.png %{_usr}/share/ipa/static/*.css %{_usr}/share/ipa/static/*.js |