[askbot] Make a note about linking in the admin skin.

Ralph Bean ☃ ralph at fedoraproject.org
Wed Mar 6 18:36:41 UTC 2013


commit 9f86fbb50daa55fb148a4759e05361bae1c69983
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Mar 6 13:36:36 2013 -0500

    Make a note about linking in the admin skin.

 askbot.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/askbot.spec b/askbot.spec
index a160c66..99c392b 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -188,6 +188,8 @@ chcon -R -t httpd_sys_rw_content_t %{_localstatedir}/cache/%{name}/
 ## Symlink the default skin into the skins directory
 #ln -s %{python_sitelib}/%{name}/static/default \
 #    %{python_sitelib}/%{name}/skins/default
+#ln -s %{python_sitelib}/%{name}/static/admin \
+#    %{python_sitelib}/%{name}/skins/admin
 
 # Set perm mask for httpd
 chown -R apache:apache %{_localstatedir}/log/%{name}/


More information about the scm-commits mailing list