From 9bfa17d51a3dd189c1297e25f9fe5ba4138c7074 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 3 Jun 2011 08:02:34 +0000 Subject: [PATCH] Fixed problem to run "make install-mac" in chise-fonts-installer/TrueType/Hanazono/. --- bootstrap.fink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.fink b/bootstrap.fink index 9570feb..f785354 100755 --- a/bootstrap.fink +++ b/bootstrap.fink @@ -37,4 +37,4 @@ make -e SUDO=sudo install-base cd chise-fonts-installer/TrueType && make build-arphic \ && sudo make install-arphic -cd chise-fonts-installer/TrueType/Hanazono/ && sudo make install-mac +cd Hanazono/ && sudo make install-mac -- 1.7.10.4