[DRE-commits] [diaspora] 162/257: check handlebars_assets too
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Apr 12 14:17:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora.
commit 813ec5dbd6c8db956e3236388ac51f01281fa3f1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Nov 27 16:24:42 2014 +0530
check handlebars_assets too
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index ee6b8fe..8039126 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -43,7 +43,7 @@ case "$1" in
cd /usr/share/diaspora
echo "Installing gems with rubygems (their debian packages have bugs)..."
# These gems need more work before they can be apt-get
- if gem list handlebars_asstes | grep handlebars_assets
+ if ! gem list handlebars_asstes | grep handlebars_assets
then gem install handlebars_assets
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git
More information about the Pkg-ruby-extras-commits
mailing list