Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 1996 02:05:18 -0700 (PDT)
From:      asami@freebsd.org (Satoshi Asami)
To:        andrew@hobart.tased.edu.au
Cc:        ports@freebsd.org
Subject:   shar files
Message-ID:  <199608210905.CAA07064@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.NEB.3.93.960821185404.26532A-100000@cottontail.hobart.tased.edu.au> (message from Andrew on Wed, 21 Aug 1996 18:58:16 %2B1000 (EST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * I change EXTRACT_CMD to cd ${WRKDIR}; /bin/sh but now I think it is in the
 * wrong directory to make (dies later saying it dosnt know how to make all).
 * I guess I could append ; cd ${WRKDIR}/${DISTNAME} to EXTRACT_CMD but I
 * assume there is a better way.

Use this:

EXTRACT_CMD=		/bin/cat
EXTRACT_BEFORE_ARGS=	# empty
EXTRACT_AFTER_ARGS=	| /bin/sh

 :)

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608210905.CAA07064>