Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
deps and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiend committed Jun 19, 2015
1 parent 83a112e commit c96b5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ 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) \
--description "Simple resource manager that provides resources on demand" \
--url "http://github.com/hiend/resm" \
--license MIT \
--maintainer "Dmitry Averbakh <[email protected]>" \
--depends erlang-base \
--deb-pre-depends adduser \
--after-install deb/postinst \
--after-remove deb/postrm \
Expand Down
2 changes: 1 addition & 1 deletion relx.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
{sys_config, "etc/sys.config"}.
{overlay, [{mkdir, "log"}]}.
{include_src, false}.
{include_erts, false}.
{include_erts, true}.

0 comments on commit c96b5d2

Please sign in to comment.