summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-07-26 19:57:41 +0000
committerBill Nottingham <notting@redhat.com>2007-07-26 19:57:41 +0000
commit934a5f1fe136170c70f96ec885a7141ff813d8bc (patch)
tree73641083097966a2a24c33558a3732cb491fe01d /scripts/buildinstall
parentf2a304e7f5655d321b1eecddd35e823a9d3aa0e5 (diff)
downloadanaconda-934a5f1fe136170c70f96ec885a7141ff813d8bc.tar.gz
anaconda-934a5f1fe136170c70f96ec885a7141ff813d8bc.tar.xz
anaconda-934a5f1fe136170c70f96ec885a7141ff813d8bc.zip
* scripts/buildinstall: Remove obsolete chunk
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall6
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..."