Commit 9bea8c9d84b7e66dcc43261cbce46b34907b8dc3
1 parent
d125ec8d
Exists in
master
and in
3 other branches
Insert Gemfile.lock in install directory
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Makefile
... | ... | @@ -19,6 +19,7 @@ install: all |
19 | 19 | mkdir -p $(DESTDIR)$(PREFIX)/lib/noosfero/vendor |
20 | 20 | mkdir -p $(DESTDIR)$(PREFIX)/lib/noosfero/vendor/prototype_legacy_helper |
21 | 21 | install -m 0644 Gemfile $(DESTDIR)$(PREFIX)/lib/noosfero |
22 | + install -m 0644 Gemfile.lock $(DESTDIR)$(PREFIX)/lib/noosfero | |
22 | 23 | cp -r .bundle $(DESTDIR)$(PREFIX)/lib/noosfero/.bundle |
23 | 24 | cp -r vendor/bundle $(DESTDIR)$(PREFIX)/lib/noosfero/vendor/bundle |
24 | 25 | ... | ... |