From f7b94b9936fc59973e66cb60658c8c1f0f8bbead Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 14 Apr 2004 21:22:09 +0000 Subject: [PATCH] - oops, meant $RPM_BUILD_ROOT --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8f1ce973..65e38db2 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Copyright (c) 2003 The Trustees of Princeton University (Trustees). -$Id$ +$Id: README,v 1.1 2004/04/09 20:12:22 mlh-pl_rpm Exp $ Here are some general guidelines for writing spec files. @@ -14,7 +14,7 @@ Here are some general guidelines for writing spec files. * Always define BuildRoot based in %{_tmppath}. -* In the %install step, always install files based in $RPM_BUILD_DIR. +* In the %install step, always install files based in $RPM_BUILD_ROOT. * Don't be overly restrictive with Requires or BuildRequires tags. RPM is already pretty smart about analyzing your package for necessary -- 2.47.0