diff options
| author | Peter Jones <pjones@redhat.com> | 2006-07-26 17:55:42 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2006-07-26 17:55:42 +0000 |
| commit | 6de57d0bfd4e295e833b4d06ce75b463b2c0b5ab (patch) | |
| tree | 6a67321d39059a6c68df6f19c80ba23686ca1017 /scripts | |
| parent | 8763fb4f8cbccc6317ca0aff0f0dcbab18aacee2 (diff) | |
| download | anaconda-6de57d0bfd4e295e833b4d06ce75b463b2c0b5ab.tar.gz anaconda-6de57d0bfd4e295e833b4d06ce75b463b2c0b5ab.tar.xz anaconda-6de57d0bfd4e295e833b4d06ce75b463b2c0b5ab.zip | |
- require libbdevid-python
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index ae441f7af..33f7edf89 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -136,7 +136,7 @@ if [ $ARCH = s390 -o $ARCH = s390x ]; then fi if [ $ARCH != s390 -a $ARCH != s390x ]; then - PACKAGES="$PACKAGES python-pyblock libbdevid" + PACKAGES="$PACKAGES python-pyblock libbdevid libbdevid-python" fi if [ $ARCH = ppc -o $ARCH = ppc64 ]; then @@ -239,7 +239,7 @@ PACKAGESGR="$PACKAGESGR gail at-spi libbonobo ORBit2" # dmraid stuff if [ $ARCH != s390 -a $ARCH != s390x ]; then - PACKAGESGR="$PACKAGESGR python-pyblock libbdevid" + PACKAGESGR="$PACKAGESGR python-pyblock libbdevid libbdevid-python" fi # modular xorg... |
