mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
change name of udev .rules file
This commit is contained in:
parent
b3df703149
commit
04a8baffb8
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -48,5 +48,5 @@ package() {
|
|||
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
|
||||
|
||||
# Install udev rules
|
||||
install -Dpm644 "70-wooting.rules" "${pkgdir}/usr/lib/udev/rules.d/70-${_pkgname}.rules"
|
||||
install -Dpm644 "70-wooting.rules" "${pkgdir}/usr/lib/udev/rules.d/70-wooting.rules"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue