We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8edadd commit e316572Copy full SHA for e316572
1 file changed
Makefile
@@ -8,8 +8,8 @@ installer:
8
godep go build -a -o dist/deisctl .
9
@if [ ! -d makeself ]; then git clone -b deisctl-hack https://github.com/deis/makeself.git; fi
10
PATH=./makeself:$$PATH makeself.sh --bzip2 --nox11 --target /usr/local/bin dist \
11
- dist/deisctl-`cat deis-version`-`go env GOOS`-`go env GOARCH`.run \
12
- "Deis Control Utility" "deisctl refresh-units"
+ dist/deisctl-`cat deis-version`-`go env GOOS`-`go env GOARCH`.run "Deis Control Utility" \
+ "deisctl refresh-units && chmod 755 /var/lib/deis /var/lib/deis/units && chmod -R 644 /var/lib/deis/units/*"
13
14
install:
15
godep go install -v ./...
0 commit comments