diff options
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... |
