From c96b5d24c42935c11ea8488657f36915622e9f28 Mon Sep 17 00:00:00 2001 From: hiend Date: Fri, 19 Jun 2015 22:43:12 +0300 Subject: [PATCH] deps and permissions --- Makefile | 2 +- relx.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05e9c02..a27d758 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ deb: rel find $(REL) -type d -print0 | xargs -0 chmod 755 find $(REL) -type f -print0 | xargs -0 chmod 644 chmod -R +x $(REL)/bin + chmod -R +x $(REL)/*/bin fpm -f -s dir -t deb -a native \ --version $(VSN) \ --name $(PROJECT) \ @@ -35,7 +36,6 @@ deb: rel --url "http://github.com/hiend/resm" \ --license MIT \ --maintainer "Dmitry Averbakh " \ - --depends erlang-base \ --deb-pre-depends adduser \ --after-install deb/postinst \ --after-remove deb/postrm \ diff --git a/relx.config b/relx.config index 40ae292..c9aba5e 100644 --- a/relx.config +++ b/relx.config @@ -4,4 +4,4 @@ {sys_config, "etc/sys.config"}. {overlay, [{mkdir, "log"}]}. {include_src, false}. -{include_erts, false}. +{include_erts, true}.