summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 21:23:57 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 21:23:57 +0000
commit48b46895a6f365efc9d2df90e07fa3b4bf055f52 (patch)
treea9c4e28fcf60fe7e902c5b722cc7ff4e8adc1fdf /scripts/buildinstall
parente74690117eadd7a09e82ddf9623e73e0f481bfe6 (diff)
downloadanaconda-48b46895a6f365efc9d2df90e07fa3b4bf055f52.tar.gz
anaconda-48b46895a6f365efc9d2df90e07fa3b4bf055f52.tar.xz
anaconda-48b46895a6f365efc9d2df90e07fa3b4bf055f52.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version. * scripts/buildinstall (PRODUCTPATH): Fix silly tree build problem
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall2
1 files changed, 1 insertions, 1 deletions
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`