From a448224a45a7f6365712eb33e3bc93afcf31998c 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