[DRE-commits] [diaspora-installer] 03/07: don't install if same version is already installed
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Aug 28 14:32:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora-installer.
commit 3244b590a8fda0e52d24e703740dcd4d64d8ed9b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Aug 28 14:21:49 2015 +0530
don't install if same version is already installed
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index 69a4051..5a98303 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -41,7 +41,7 @@ migrate() {
install_gems() {
# Needs latest bundler
# Needs eye for init script
- gem install bundler eye
+ gem install --conservative bundler eye
}
case "$1" in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git
More information about the Pkg-ruby-extras-commits
mailing list