[Xfce4-commits] <moka:master> Fix a typo in the update installation script.
Jannis Pohlmann
noreply at xfce.org
Thu Jan 13 21:24:02 CET 2011
Updating branch refs/heads/master
to 03a4056ba1c6c8b0a166498a63357134809accbc (commit)
from 3d0b471a81b81053960aa74c71ed6db1726fb6d7 (commit)
commit 03a4056ba1c6c8b0a166498a63357134809accbc
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Thu Jan 13 20:23:41 2011 +0000
Fix a typo in 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 d84ade0..1482eac 100755
--- a/update-installation.sh
+++ b/update-installation.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-make build && su -c 'gem install pkg/moka-0.1.0.gem'
+rake build && su -c 'gem install pkg/moka-0.1.0.gem'
More information about the Xfce4-commits
mailing list