diff --git a/xorg/libXi/build b/xorg/libXi/build
index 105ed0c2..d423b149 100755
--- a/xorg/libXi/build
+++ b/xorg/libXi/build
@@ -6,3 +6,6 @@
 
 make
 make DESTDIR="$1" install
+
+# Remove docs.
+rm -rf "$1/usr/share/doc"
diff --git a/xorg/libXi/version b/xorg/libXi/version
index a275899b..00e99244 100644
--- a/xorg/libXi/version
+++ b/xorg/libXi/version
@@ -1 +1 @@
-1.7.10 1
+1.7.10 2