aboutsummaryrefslogtreecommitdiffstats
path: root/main/udev
diff options
context:
space:
mode:
Diffstat (limited to 'main/udev')
-rw-r--r--main/udev/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/udev/APKBUILD b/main/udev/APKBUILD
index a7e67d2eed..726f2a4307 100644
--- a/main/udev/APKBUILD
+++ b/main/udev/APKBUILD
@@ -1,16 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=udev
pkgver=175
-pkgrel=5
+pkgrel=6
pkgdesc="The userspace dev tools (udev)"
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/"
arch="all"
-license="GPL"
+license="GPL2"
subpackages="$pkgname-dev $pkgname-doc libudev libgudev"
depends=
makedepends="gobject-introspection-dev glib-dev gperf acl-dev libusb-compat-dev
usbutils pciutils-dev libtool sed"
-install=
+install=""
source="http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgname-$pkgver.tar.bz2
write_root_link_rule
udev-mount.initd
@@ -18,7 +18,6 @@ source="http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgname-$pkgver.ta
udev.initd"
_builddir="$srcdir/$pkgname-$pkgver"
-
prepare() {
cd "$_builddir"
update_config_sub || return 1
@@ -41,7 +40,7 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install || return 1
# Upstream moved udevd to /lib/udev
ln -s "../lib/udev/udevd" "$pkgdir"/sbin/udevd