From c27cafb463b8f7be0de79e69afb49c3f9e738da7 Mon Sep 17 00:00:00 2001 From: Bart Ribbers <bribbers@disroot.org> Date: Wed, 2 Oct 2024 16:50:26 +0200 Subject: [PATCH] community/libgpod: move udev rules to usr-merge --- community/libgpod/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/libgpod/APKBUILD b/community/libgpod/APKBUILD index cd1fe6ecdd99..8085acd1f7ad 100644 --- a/community/libgpod/APKBUILD +++ b/community/libgpod/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libgpod pkgver=0.8.3 -pkgrel=11 +pkgrel=12 pkgdesc="A shared library to access the contents of an iPod" url="https://sourceforge.net/projects/gtkpod/" arch="all" @@ -27,7 +27,7 @@ prepare() { build() { MCS=/usr/bin/mcs ./configure \ --prefix=/usr \ - --with-udev-dir=/lib/udev \ + --with-udev-dir=/usr/lib/udev \ --enable-udev make PREFIX=/usr sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool -- GitLab