[Xfce4-commits] <moka:master> Fix gem install.

Nick Schermer noreply at xfce.org
Sun Nov 20 14:30:24 CET 2011


Updating branch refs/heads/master
         to fe72f8aff9b4932809262099c01027e960d2f1d1 (commit)
       from 08eeeffceb79d294db1a50952bae7e1e463e8c67 (commit)

commit fe72f8aff9b4932809262099c01027e960d2f1d1
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Oct 7 18:53:51 2011 +0200

    Fix gem install.

 update-installation.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/update-installation.sh b/update-installation.sh
index 609a2c4..ee5d51e 100755
--- a/update-installation.sh
+++ b/update-installation.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-rake build && su -c 'gem install --local pkg/moka-0.1.0.gem --no-ri --no-rdoc'
+rake build && su -c 'gem install --local pkg/moka-0.3.0.gem --no-ri --no-rdoc'


More information about the Xfce4-commits mailing list