From 03718a30a14654e90681a2abacb97c61603af8da Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 30 Sep 2010 16:50:27 +0000 Subject: [PATCH] Use sudo to do make install-arphic in chise-fonts-installer/TrueType. --- bootstrap.fink | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.fink b/bootstrap.fink index 0da2008..9fba18a 100755 --- a/bootstrap.fink +++ b/bootstrap.fink @@ -31,4 +31,5 @@ fink install wget make -e SUDO=sudo install-base -cd chise-fonts-installer/TrueType && make build-arphic && make install-arphic +cd chise-fonts-installer/TrueType && make build-arphic \\ + && make -e SUDO=sudo install-arphic -- 1.7.10.4