summaryrefslogtreecommitdiff
path: root/installplatform
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-07-25 00:13:25 +0000
committerjbj <devnull@localhost>2002-07-25 00:13:25 +0000
commit81fef9848051e5068694cde9b3c2be743d5a93e1 (patch)
tree5750bdaf2c7f72800a5a8e0429ad907775058de5 /installplatform
parentc4f6f42f9458f0b20f16138ddc6f91f201c6ef03 (diff)
downloadrpm-81fef9848051e5068694cde9b3c2be743d5a93e1.tar.gz
- python: add ts.hdrCheck(), ts.rebuildDB() methods.
- python: iterating on an ts object returns transaction elements now. - add yellowdog as vendor. CVS patchset: 5570 CVS date: 2002/07/25 00:13:25
Diffstat (limited to 'installplatform')
-rwxr-xr-xinstallplatform3
1 files changed, 3 insertions, 0 deletions
diff --git a/installplatform b/installplatform
index 05a24c1af..894e81f31 100755
--- a/installplatform
+++ b/installplatform
@@ -69,6 +69,9 @@ for SUBST in $SUBSTS ; do
fi
case $VENDOR in
+ yellowdog)
+ VENDORSED='-e s,^@yellowdog@,,'
+ ;;
pld)
VENDORSED='-e s,^@pld@,,'
;;