From 09509a06aad0325512e0333124c2049e2fa1c4d6 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sun, 14 Dec 2003 21:47:32 +0000 Subject: [PATCH] Correct path in pre-build.local example. --- Packages.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages.txt b/Packages.txt index 177e85101bb9..8886733f3ba7 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.319 2003/11/19 22:31:47 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.320 2003/12/14 21:47:32 kristerw Exp $ ########################################################################### ========================== @@ -421,7 +421,7 @@ specific tasks at the end of the pre-build stage. If the file example use of pre-build.local is to have the line: # echo "I do not have enough disk space to build this pig." \ - > pkgsrc/games/crafty-book-enormous/$BROKENF + > games/crafty-book-enormous/$BROKENF to prevent the system from trying to build a particular package which requires nearly 3 Gb of disk space.