diff options
| author | Peter Jones <pjones@redhat.com> | 2006-07-28 20:32:30 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2006-07-28 20:32:30 +0000 |
| commit | a864bf3ce1c508000a9fbcfb7f8fdd2e15cd2971 (patch) | |
| tree | 0792446d8198dfba4e5bf80175b52f6b3ece958b /scripts | |
| parent | 3a57bb51acd82bf84dab742f77193a6fb55e5757 (diff) | |
- update for newer dmraid and pyblock
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 33f7edf89..9e2d10160 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 libbdevid-python" + PACKAGES="$PACKAGES dmraid 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 libbdevid-python" + PACKAGESGR="$PACKAGESGR dmraid python-pyblock libbdevid libbdevid-python" fi # modular xorg... @@ -383,6 +383,7 @@ usr/kerberos/$LIBDIR/libk5crypto.so* usr/kerberos/$LIBDIR/libcom_err.so* usr/kerberos/$LIBDIR/libgssapi_krb5.so* usr/$LIBDIR/libbdevid.so* +usr/$LIBDIR/libdmraid.so* usr/$LIBDIR/libkrb5.so* usr/$LIBDIR/libkrb5support.so* usr/$LIBDIR/libk5crypto.so* |
