diff options
Diffstat (limited to 'testing/libgpod')
-rw-r--r-- | testing/libgpod/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libgpod/APKBUILD b/testing/libgpod/APKBUILD index b2d0cd1119..47ca16650f 100644 --- a/testing/libgpod/APKBUILD +++ b/testing/libgpod/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libgpod pkgver=0.8.3 -pkgrel=0 +pkgrel=1 pkgdesc="A shared library to access the contents of an iPod" url="http://www.gtkpod.org/libgpod" arch="all" @@ -27,7 +27,7 @@ build() { cd "$builddir" MCS=/usr/bin/mcs ./configure \ --prefix=/usr \ - --with-udev-dir=/usr/lib/udev \ + --with-udev-dir=/lib/udev \ --enable-udev \ --with-python=/usr/bin/python2 make PREFIX=/usr |