Skip to content

Commit

Permalink
specify explicit path
Browse files Browse the repository at this point in the history
  • Loading branch information
acidlemon committed Dec 7, 2014
1 parent c94ec6d commit 3800d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ binary: clean
gox -osarch="linux/amd64 darwin/amd64 windows/amd64 windows/386" -output "pkg/{{.Dir}}-${GIT_VER}-{{.OS}}-{{.Arch}}" -ldflags "-X main.version ${GIT_VER} -X main.buildDate ${DATE}"

package: binary
cd pkg && find . -name "*${GIT_VER}*" -type f \
cd ./pkg && find . -name "*${GIT_VER}*" -type f \
-exec mkdir -p mirage/data \; \
-exec cp {} mirage/mirage \; \
-exec cp -r ../html ../config_sample.yml mirage/ \; \
Expand Down

0 comments on commit 3800d46

Please sign in to comment.