This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters