aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2023-02-02 23:27:04 +0000
committeromni <omni+alpine@hack.org>2023-02-02 23:27:04 +0000
commitf3988ceab23a0a9430d0e6e49db4b0aa52878ebd (patch)
tree099695b3b018f511e0477df0c8c1c33afeeef8eb
parent3e889517242af7c034c2d01306b7e7a2dde892ce (diff)
testing/mtkclient: correct udev rules path
-rw-r--r--testing/mtkclient/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mtkclient/APKBUILD b/testing/mtkclient/APKBUILD
index de22a076032..48465051d8a 100644
--- a/testing/mtkclient/APKBUILD
+++ b/testing/mtkclient/APKBUILD
@@ -2,7 +2,7 @@
pkgname=mtkclient
pkgver=1.52
-pkgrel=1
+pkgrel=2
pkgdesc="Unofficial MTK reverse engineering and flash tool"
url="https://github.com/bkerler/mtkclient"
arch="noarch"
@@ -21,7 +21,7 @@ build() {
package() {
python3 setup.py install --skip-build --root="$pkgdir"
- install -Dm644 Setup/Linux/51-edl.rules "$pkgdir"/etc/udev/rules.d/52-edl.rules
+ install -Dm644 Setup/Linux/51-edl.rules "$pkgdir"/usr/lib/udev/rules.d/52-edl.rules
}
sha512sums="