mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/libftdi1: move udev rules to /lib/udev/rules.d
See: https://github.com/alpinelinux/aports/pull/3759#issuecomment-376883202
This commit is contained in:
parent
b6e767c184
commit
833fe794a1
@ -2,7 +2,7 @@
|
||||
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
|
||||
pkgname=libftdi1
|
||||
pkgver=1.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A library to talk to FTDI chips"
|
||||
url="https://www.intra2net.com/en/developer/libftdi/download.php"
|
||||
arch="all"
|
||||
@ -30,9 +30,9 @@ package() {
|
||||
cd "$builddir/build"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
mkdir -p "$pkgdir"/etc/udev/rules.d/
|
||||
mkdir -p "$pkgdir"/lib/udev/rules.d/
|
||||
install -Dm644 ../packages/99-libftdi.rules \
|
||||
"$pkgdir"/etc/udev/rules.d/99-$pkgname.rules
|
||||
"$pkgdir"/lib/udev/rules.d/99-$pkgname.rules
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share/doc/$pkgname/ \
|
||||
"$pkgdir"/usr/share/man/man3/
|
||||
|
Loading…
Reference in New Issue
Block a user