mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/eudev: use amove
This commit is contained in:
parent
e206af4a8c
commit
438ed3c729
@ -4,7 +4,7 @@
|
||||
pkgname=eudev
|
||||
pkgver=3.2.14
|
||||
_pkgver=${pkgver/_pre/-pre}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="init system agnostic fork of systemd-udev"
|
||||
url="https://github.com/eudev-project/eudev"
|
||||
arch="all"
|
||||
@ -90,9 +90,7 @@ netifnames() {
|
||||
pkgdesc="udev rules for systemd-style interface names"
|
||||
depends="!$pkgname-rule-generator"
|
||||
|
||||
mkdir -p "$subpkgdir"/lib/udev/rules.d
|
||||
mv "$pkgdir"/lib/udev/rules.d/80-net-name-slot.rules \
|
||||
"$subpkgdir"/lib/udev/rules.d/
|
||||
amove lib/udev/rules.d/80-net-name-slot.rules
|
||||
}
|
||||
|
||||
generator() {
|
||||
|
Loading…
Reference in New Issue
Block a user