udev: enable systemd support.
This commit is contained in:
parent
ca75963433
commit
1737b7c522
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'udev'
|
||||
pkgname=udev
|
||||
version=171
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
|
||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
||||
--with-rootlibdir=/lib --enable-introspection --enable-edd --enable-floppy
|
||||
--enable-action_modeswitch"
|
||||
--enable-action_modeswitch --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
short_desc="/dev/ and hotplug management daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
|
@ -57,13 +57,8 @@ post_install()
|
|||
install -m 755 ${FILESDIR}/udev.initramfs-bottom \
|
||||
$DESTDIR/usr/share/initramfs-tools/scripts/init-bottom/udev
|
||||
|
||||
# Move gobject introspection stuff to correct path
|
||||
mv $DESTDIR//lib/girepository* $DESTDIR/usr/lib
|
||||
|
||||
# Move pkgconfig files to correct path
|
||||
install -d $DESTDIR/usr/lib/pkgconfig
|
||||
mv $DESTDIR/lib/pkgconfig/* $DESTDIR/usr/lib/pkgconfig
|
||||
mv $DESTDIR/usr/share/pkgconfig/* $DESTDIR/usr/lib/pkgconfig
|
||||
rmdir $DESTDIR/usr/share/pkgconfig
|
||||
rmdir $DESTDIR/lib/pkgconfig
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue