diff --git a/neetbsd.sh b/neetbsd.sh index e6c7641..c9fe78c 100644 --- a/neetbsd.sh +++ b/neetbsd.sh @@ -46,7 +46,7 @@ else cd /tmp tar xfv xdiskusage-1.60.tgz # Extract cd xdiskusage-1.60 - sed -i's/(__APPLE__)/(__NetBSD__)/g' xdiskusage.C <<'END' # sed replacing 'APPLE' with 'NetBSD' + sed -i 's/(__APPLE__)/(__NetBSD__)/g' xdiskusage.C # sed replacing 'APPLE' with 'NetBSD' # ^ xdiskusage now acts like the FreeBSD version - probably hacky, but it seems functional # Configure, compile, install, clean ./configure && make CPPFLAGS=-I/usr/pkg/include -I/usr/X11R7/include && su root -c 'make install clean'