[Xfce4-commits] <moka:master> Speed up gem installation.
Nick Schermer
noreply at xfce.org
Sun Nov 20 14:30:05 CET 2011
Updating branch refs/heads/master
to 2251628c98b7f2fa3909a6b845dd9211476d886b (commit)
from 130e07e23afc5c3b9956d37ac2a181cb2f195a85 (commit)
commit 2251628c98b7f2fa3909a6b845dd9211476d886b
Author: Nick Schermer <nick at xfce.org>
Date: Sun Apr 3 14:43:19 2011 +0200
Speed up gem installation.
update-installation.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/update-installation.sh b/update-installation.sh
index 1482eac..8ad8a7a 100755
--- a/update-installation.sh
+++ b/update-installation.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-rake build && su -c 'gem install pkg/moka-0.1.0.gem'
+rake build && su -c 'gem install --local pkg/moka-0.1.0.gem --no-ri --no-rdoc'
More information about the Xfce4-commits
mailing list