udisks: bumprev for sg3_utils -> libsgutils subpkg.

This commit is contained in:
Juan RP 2011-02-17 11:29:09 +01:00
parent a41251559c
commit 156feef8ae
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Template file for 'udisks'
pkgname=udisks
version=1.0.2
revision=1
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-static --localstatedir=/var --enable-lvm2"
@ -26,7 +27,7 @@ Add_dependency run polkit
Add_dependency run dbus-glib
Add_dependency run dbus-libs
Add_dependency run libgudev
Add_dependency run sg3_utils
Add_dependency run libsgutils
Add_dependency run liblvm2app
Add_dependency build pkg-config
@ -52,6 +53,7 @@ post_install()
# Fix location for bash completion stuff.
install -d ${DESTDIR}/etc/bash_completion.d
mv ${DESTDIR}/etc/profile.d/*.sh ${DESTDIR}/etc/bash_completion.d
chmod 644 ${DESTDIR}/etc/bash_completion.d/*.sh
rmdir ${DESTDIR}/etc/profile.d
# Fix location of pkg-config files.