summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-08-02 19:53:18 +0000
committerJeremy Katz <katzj@redhat.com>2004-08-02 19:53:18 +0000
commitce83e0bae94cf9f3d45cb3fe6e5b1f9235b131a8 (patch)
tree732d7288daf71fffe527427f862794c2d50f25c6 /scripts
parent3e279f0ad4781b48cbbbe747331a005b753ac9e8 (diff)
downloadanaconda-ce83e0bae94cf9f3d45cb3fe6e5b1f9235b131a8.tar.gz
anaconda-ce83e0bae94cf9f3d45cb3fe6e5b1f9235b131a8.tar.xz
anaconda-ce83e0bae94cf9f3d45cb3fe6e5b1f9235b131a8.zip
more debugging of these tree failures
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 41f741a99..0041ce6ca 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -61,6 +61,7 @@ prunePackageList() {
for PKG in $PACKAGES; do
PATTERN="${PATTERN:+${PATTERN}|}(^$PKG )"
PACKAGEFILES="$PACKAGEFILES $(ls $PACKAGEPATH/${PKG}*{${ARCH},noarch}.rpm 2>/dev/null)"
+ echo "pkg is $PKG, pattern is $PATTERN, packagefiles is $PACKAGEFILES"
done
# gtk+, enough said