summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-11-17 15:46:59 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-11-17 15:46:59 +0000
commit66d7d820fe37d001e73cf3246719b6265765a55c (patch)
tree40f28ef7bcf7131ecd2067963b1f874563ea7c34 /scripts/buildinstall
parentea591992b9ab660f1358730e5d8316f8fe560568 (diff)
downloadanaconda-66d7d820fe37d001e73cf3246719b6265765a55c.tar.gz
anaconda-66d7d820fe37d001e73cf3246719b6265765a55c.tar.xz
anaconda-66d7d820fe37d001e73cf3246719b6265765a55c.zip
print pkgorder line
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index e7a6df18c..17ba5b55b 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -160,6 +160,7 @@ fi
if [ -n "$PKGORDER" ]; then
echo "Getting package order..."
+ echo "PYTHONPATH=$TREEDIR/instimage/usr/lib/anaconda $TREEDIR/instimage/usr/lib/anaconda-runtime/pkgorder $p $BUILDARCH $PRODUCTPATH"
if [ -x /usr/bin/runroot ]; then
runroot --quiet $COMPNAME --onlyone --arch $BUILDARCH \
"PYTHONPATH=$TREEDIR/instimage/usr/lib/anaconda $TREEDIR/instimage/usr/lib/anaconda-runtime/pkgorder $p $BUILDARCH $PRODUCTPATH" > $PKGORDER