From 24130d10f696897985047977cecb2ca52cd29b4c Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Tue, 9 Apr 2013 18:38:30 -0700 Subject: [PATCH] github.com -> github.io --- README.txt | 2 +- build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index daabb6b..d840371 100644 --- a/README.txt +++ b/README.txt @@ -22,7 +22,7 @@ Requirements ------------ In order to build the installer, fakeroot must be installed. A compatible version of fakeroot can be installed from the github -http://mackyle.github.com/fakeroot site. +http://mackyle.github.io/fakeroot site. In order to build, the Mac OS X 10.4u SDK is required as well as the developer tools (with gcc version 4.0) and building requires Mac OS X 10.4 or later. diff --git a/build b/build index 6f3fae7..69eb0d3 100755 --- a/build +++ b/build @@ -75,7 +75,7 @@ if ! fr="`PATH="$PATH:/usr/local/bin:/opt/local/bin:/sw/bin" type -P fakeroot`"; echo "" echo "error: unable to find fakeroot installation" >&2 echo "warning: build proceeding, but no installer will be created" >&2 - echo "info: see http://mackyle.github.com/fakeroot to install fakeroot" >&2 + echo "info: see http://mackyle.github.io/fakeroot to install fakeroot" >&2 echo "" sleep 2 else @@ -177,7 +177,7 @@ if [ -z "$fr" ]; then echo "error: unable to find fakeroot installation" >&2 echo "warning: no installer will be created" >&2 echo "warning: the completed build is in $mydir/local" >&2 - echo "info: see http://mackyle.github.com/fakeroot to install fakeroot" >&2 + echo "info: see http://mackyle.github.io/fakeroot to install fakeroot" >&2 exit 1 fi -- 2.11.4.GIT