From 0e7152d2e9596987dea62f2c63b0aa156c2c1c0a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 18 Oct 1997 06:11:16 +0000 Subject: sed'ing a directory produces neat affects. Taught by: Satoshi :-) Also we don't have /usr/tmp, so we shouldn't try to write there. --- news/aub/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/news/aub/Makefile b/news/aub/Makefile index e32f0eb70e14..3d5a54735daf 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -4,7 +4,7 @@ # Date created: Sun Oct 12, 1997 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1997/10/13 07:02:37 obrien Exp $ +# $Id: Makefile,v 1.2 1997/10/14 11:18:45 asami Exp $ # DISTNAME= aub @@ -28,7 +28,8 @@ do-extract: pre-configure: @${SED} -e '1,1s:/usr/local/bin/perl:!/usr/bin/perl:' \ -e 's:$SUM = "/bin/sum":$SUM = "/usr/bin/sum":' \ - ${DISTDIR}/aub > ${WRKDIR}/aub + -e 's:/usr/tmp:/var/tmp:' \ + ${DISTDIR}/${DIST_SUBDIR}/aub > ${WRKDIR}/aub do-install: ${INSTALL_SCRIPT} ${WRKDIR}/aub ${PREFIX}/bin -- cgit v1.2.3