aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-07-20 09:17:22 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-07-20 09:17:22 +0000
commit7479675f1c6162752ede10a71b7f0af6c04a00fc (patch)
tree47bfd7c1e613571b069466064014eccc48ce9acc /testing
parent24e0e47a6aca4f7dcfd3746c69bcaed5c5167d5f (diff)
downloadaports-7479675f1c6162752ede10a71b7f0af6c04a00fc.tar.bz2
aports-7479675f1c6162752ede10a71b7f0af6c04a00fc.tar.xz
testing/libgpod: changed path for udev rules
Diffstat (limited to 'testing')
-rw-r--r--testing/libgpod/APKBUILD4
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