From 0f24fde104d7e61433930a5a86823d0d513cec85 Mon Sep 17 00:00:00 2001 From: soren Date: Mon, 22 Nov 1999 21:27:44 +0000 Subject: Do not assume . is in the $PATH. --- misc/staroffice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/staroffice') diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 5c28e93c645..e1cccf96520 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/22 21:23:48 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/22 21:27:44 soren Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -83,7 +83,7 @@ do-fetch: DISTFILE=${DISTNAME}${EXTRACT_SUFX} \ INTERACTIVE=${FETCH_INTERACTIVE} \ HOMEPAGE=${HOMEPAGE} SITE=${DOWNLOAD_SITE} \ - automate.sh ; \ + ./automate.sh ; \ fi do-configure: -- cgit v1.2.3