Skip to content

Commit

Permalink
Merge pull request deis#22 from mboersma/fix-makeself-perms
Browse files Browse the repository at this point in the history
fix(installer): use deisctl-hack fork of makeself
  • Loading branch information
mboersma committed Sep 9, 2014
2 parents 789750d + ba85174 commit 004ed37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package/
deisctl/deisctl
makeself/

# ctags index
tags
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build:
installer:
rm -rf dist && mkdir -p dist
godep go build -a -o dist/deisctl .
makeself.sh --bzip2 --nox11 --target /usr/local/bin dist \
@if [ ! -d makeself ]; then git clone -b deisctl-hack https://github.com/deis/makeself.git; fi
PATH=./makeself:$$PATH makeself.sh --bzip2 --nox11 --target /usr/local/bin dist \
dist/deisctl-`cat deis-version`-`go env GOOS`-`go env GOARCH`.run \
"Deis Control Utility" "/usr/local/bin/deisctl refresh-units"

Expand Down

0 comments on commit 004ed37

Please sign in to comment.