[DRE-commits] [SCM] redmine.git branch, master, updated. debian/1.3.3+dfsg1-2-49-g36f2043

Jérémy Lal kapouer at melix.org
Sun May 20 14:43:03 UTC 2012


The following commit has been merged in the master 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