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 /install | |
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 'install')
-rw-r--r-- | install/static/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/Makefile.am b/install/static/Makefile.am index 787cc418..79549893 100644 --- a/install/static/Makefile.am +++ b/install/static/Makefile.am @@ -22,7 +22,7 @@ app_DATA = \ hbac.js \ host.js \ hostgroup.js \ - index.xhtml \ + index.html \ jquery.cookie.js \ navigation.js \ netgroup.js \ |