[Xfce4-commits] <moka:master> Remove git pull --rebase from the update installation script.

Jannis Pohlmann noreply at xfce.org
Thu Jan 13 21:24:01 CET 2011


Updating branch refs/heads/master
         to 3d0b471a81b81053960aa74c71ed6db1726fb6d7 (commit)
       from d918564cdafe40a6e0c66641ba1c28c105674e32 (commit)

commit 3d0b471a81b81053960aa74c71ed6db1726fb6d7
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Thu Jan 13 20:22:40 2011 +0000

    Remove git pull --rebase from the update installation script.

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

diff --git a/update-installation.sh b/update-installation.sh
index 1d88c28..d84ade0 100755
--- a/update-installation.sh
+++ b/update-installation.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-git pull --rebase && rake build &&  su -c 'gem install pkg/moka-0.1.0.gem'
+make build &&  su -c 'gem install pkg/moka-0.1.0.gem'



More information about the Xfce4-commits mailing list