summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:19:47 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:19:47 +0000
commitd1b36584b8c52530156c18d5bd3b031f86b382ea (patch)
tree49c5c925abf004c3e4d5b9e142506432c29856ef /scripts/buildinstall
parent916b4c6757fb50b5b9db8710f5a572a0c00b870b (diff)
downloadanaconda-d1b36584b8c52530156c18d5bd3b031f86b382ea.tar.gz
anaconda-d1b36584b8c52530156c18d5bd3b031f86b382ea.tar.xz
anaconda-d1b36584b8c52530156c18d5bd3b031f86b382ea.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* scripts/buildinstall (PRODUCTPATH): Product path simplification. * scripts/pkgorder: Likewise. * scripts/mk-rescueimage.x86_64 (productname): Likewise. * scripts/mk-rescueimage.i386 (productname): Likewise. * scripts/mk-images (PRODUCTPATH): Likewise.
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 66ca55dcb..c63861adb 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -5,9 +5,8 @@ usage() {
exit 1
}
-COMPNAME=dist-7.0
RUN=1
-PRODUCTPATH="RedHat"
+PRODUCTPATH="anaconda"
while [ $# -gt 0 ]; do
case $1 in