summaryrefslogtreecommitdiffstats
path: root/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep
diff options
context:
space:
mode:
Diffstat (limited to 'encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep')
-rw-r--r--encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep b/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep
index 548896942..586b7770d 100644
--- a/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep
+++ b/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep
@@ -79,9 +79,9 @@ PLATFORM_ENDIF
</source>
<prepackage type="set">
-# Remove doc - it's big
-if [ -d lib/bcfg2/share/doc ]; then rm -rf lib/bcfg2/share/doc; fi
-if [ -d lib/bcfg2/share/gtk-doc ]; then rm -rf lib/bcfg2/share/gtk-doc; fi
+# Remove doc - it's big # not any more, since it's server-only
+#if [ -d lib/bcfg2/share/doc ]; then rm -rf lib/bcfg2/share/doc; fi
+#if [ -d lib/bcfg2/share/gtk-doc ]; then rm -rf lib/bcfg2/share/gtk-doc; fi
# Make convieniance links
test -d bin || mkdir bin
ln -sf ../lib/bcfg2/bin/xmllint bin/b2-xmllint