do not try to compile documentation examples
authorS.Çağlar Onur <caglar@verivue.com>
Thu, 9 Jun 2011 15:50:45 +0000 (11:50 -0400)
committerS.Çağlar Onur <caglar@verivue.com>
Thu, 9 Jun 2011 15:50:45 +0000 (11:50 -0400)
modify_rh_config.sh

index ccc7d07..4dc5a6b 100755 (executable)
@@ -12,4 +12,6 @@ if ! grep -q Scientific /etc/redhat-release; then
        sed -i -e "s,# CONFIG_SYSFS_DEPRECATED_V2 is not set,CONFIG_SYSFS_DEPRECATED_V2=y,g" config-generic
 fi
 
+sed -i -e "s,CONFIG_BUILD_DOCSRC=y,CONFIG_BUILD_DOCSRC=n,g" config-generic
+
 popd > /dev/null