From f267dadbd8a4201ddfa24dc175a00f03f90179a7 Mon Sep 17 00:00:00 2001 From: Chen Yufei Date: Mon, 10 Jun 2013 11:29:40 +0800 Subject: [PATCH] Fix build script. - Change shell path and file mode - go get md2min instead of blackfriday --- ebook/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 ebook/build.sh diff --git a/ebook/build.sh b/ebook/build.sh old mode 100644 new mode 100755 index cce60be8..b2aa3bb2 --- a/ebook/build.sh +++ b/ebook/build.sh @@ -1,10 +1,11 @@ -#!/usr/bin/sh +#!/bin/sh rm -f *.html *~ export GOPATH=`pwd` -go get -u github.com/russross/blackfriday +#go get -u github.com/russross/blackfriday +go get -u github.com/fairlyblank/md2min go run build.go