From 48b46895a6f365efc9d2df90e07fa3b4bf055f52 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 29 Mar 2005 21:23:57 +0000 Subject: 2005-03-29 Jeremy Katz * anaconda.spec: Bump version. * scripts/buildinstall (PRODUCTPATH): Fix silly tree build problem --- scripts/buildinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/buildinstall') diff --git a/scripts/buildinstall b/scripts/buildinstall index d7cf1a204..6701ee8cf 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -86,7 +86,7 @@ if [ -z "$DISCSTR" ]; then fi if [ -z "$BUGURL" ]; then - BUGURL="your distribution provider's bug reporting tool." + BUGURL="your distribution provided bug reporting tool." fi p=`cd $DIR; /bin/pwd` -- cgit