Skip to content
Snippets Groups Projects
Commit e5857269 authored by Bart Ribbers's avatar Bart Ribbers Committed by Natanael Copa
Browse files

main/mdadm: rebuild to put udev rules in usr-merge

Since eudev now reports /usr/lib/udev as the standard udev location with
"pkgconf udev --variable=udevdir", we should rebuild these packages to
let them pick up this new location
parent a2f35642
No related branches found
No related tags found
1 merge request!72846main/*: move udev rules to usr-merge
......@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mdadm
pkgver=4.3
pkgrel=0
pkgrel=1
pkgdesc="a tool for managing Linux Software RAID arrays"
url="https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm"
arch="all"
......@@ -54,8 +54,7 @@ udev() {
pkgdesc="$pkgdesc (udev rules)"
install_if="udev $pkgname=$pkgver-r$pkgrel"
mkdir -p "$subpkgdir"
mv "$pkgdir"/lib "$subpkgdir"/
amove usr/lib/udev
}
misc() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment