aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-03-28 15:47:15 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-28 15:47:15 +0200
commit833fe794a1dfb77d4e8c4c38ed7b8959cca82d96 (patch)
tree7bc4360dd71818a1706faa81337b8af8ad31eb13 /community
parentb6e767c184bfdd4fec84d59b730add3bbcefa5c0 (diff)
downloadaports-833fe794a1dfb77d4e8c4c38ed7b8959cca82d96.tar.bz2
aports-833fe794a1dfb77d4e8c4c38ed7b8959cca82d96.tar.xz
community/libftdi1: move udev rules to /lib/udev/rules.d
See: https://github.com/alpinelinux/aports/pull/3759#issuecomment-376883202
Diffstat (limited to 'community')
-rw-r--r--community/libftdi1/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libftdi1/APKBUILD b/community/libftdi1/APKBUILD
index 5754d61792..9da9aafdef 100644
--- a/community/libftdi1/APKBUILD
+++ b/community/libftdi1/APKBUILD
@@ -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/