diff options
author | Bill Nottingham <notting@redhat.com> | 2007-07-26 19:57:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-07-26 19:57:41 +0000 |
commit | 934a5f1fe136170c70f96ec885a7141ff813d8bc (patch) | |
tree | 73641083097966a2a24c33558a3732cb491fe01d /scripts | |
parent | f2a304e7f5655d321b1eecddd35e823a9d3aa0e5 (diff) | |
download | anaconda-934a5f1fe136170c70f96ec885a7141ff813d8bc.tar.gz anaconda-934a5f1fe136170c70f96ec885a7141ff813d8bc.tar.xz anaconda-934a5f1fe136170c70f96ec885a7141ff813d8bc.zip |
* scripts/buildinstall: Remove obsolete chunk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildinstall | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index b61fd7da8..a0e25a536 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -99,12 +99,6 @@ if [ -z "$BUILDINSTDIR" ]; then fi TREEDIR=${TMPDIR:-/tmp}/treedir.$$ -UPD_INSTROOT=$BUILDINSTDIR/upd-instroot -MK_IMAGES=$BUILDINSTDIR/mk-images -MK_TREEINFO=$BUILDINSTDIR/maketreeinfo.py -MK_STAMP=$BUILDINSTDIR/makestamp.py -BUILDINSTALL=$BUILDINSTDIR/buildinstall - BUILDARCH=`rpm -qp --qf "%{ARCH}" $PKGDIR/anaconda-runtime-[0-9]*` echo "Running buildinstall..." |