[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-5-g7f1f228

Jérémy Lal kapouer at melix.org
Thu Oct 11 10:25:48 UTC 2012


The following commit has been merged in the master-experimental branch:
commit 36f2043bac9958c1f51c2117e40236108019535d
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun May 20 15:35:13 2012 +0200

    bundle need a local path or else tries to create a dir in /var/lib

diff --git a/debian/rules b/debian/rules
index cc3a3b5..080674a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ binary-install/redmine::
 
 build:
 	# call bundler
-	bundle install --local
+	bundle install --local --path=$(CURDIR)/vendor
 	# build fonts
 	mkdir -p $(buildfontsdir)
 	$(ttf2ufmbin) /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf $(buildfontsdir)/dejavusans

-- 
redmine.git



More information about the Pkg-ruby-extras-commits mailing list