From 9bea8c9d84b7e66dcc43261cbce46b34907b8dc3 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Tue, 27 Jan 2015 12:56:50 -0500 Subject: [PATCH] Insert Gemfile.lock in install directory --- Makefile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Makefile b/Makefile index f2338a4..c447982 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ install: all mkdir -p $(DESTDIR)$(PREFIX)/lib/noosfero/vendor mkdir -p $(DESTDIR)$(PREFIX)/lib/noosfero/vendor/prototype_legacy_helper install -m 0644 Gemfile $(DESTDIR)$(PREFIX)/lib/noosfero + install -m 0644 Gemfile.lock $(DESTDIR)$(PREFIX)/lib/noosfero cp -r .bundle $(DESTDIR)$(PREFIX)/lib/noosfero/.bundle cp -r vendor/bundle $(DESTDIR)$(PREFIX)/lib/noosfero/vendor/bundle -- libgit2 0.21.2