From 1737b7c522348182071845b5ec0093dcb4c66e82 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Jun 2011 18:19:21 +0200 Subject: [PATCH] udev: enable systemd support. --- srcpkgs/udev/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/udev/template b/srcpkgs/udev/template index 77f9d51a77..be09a63523 100644 --- a/srcpkgs/udev/template +++ b/srcpkgs/udev/template @@ -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 " 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 }