Skip to content
Snippets Groups Projects
Commit 7fb844cf authored by Pablo Correa Gómez's avatar Pablo Correa Gómez Committed by Natanael Copa
Browse files

testing/icesprog: install udev rules under /usr

parent 06bd360e
No related branches found
No related tags found
1 merge request!72695main/eudev: move library to /usr/lib and move rules hard-coded to /lib/udev/rules.d
......@@ -2,7 +2,7 @@
pkgname=icesprog
pkgver=0_git20240108
_commit=4796d3160825832cb1581b148b6268c844686617
pkgrel=0
pkgrel=1
pkgdesc="Programmer for iCESugar FPGA boards"
url="https://github.com/wuxx/icesugar"
arch="all"
......@@ -28,13 +28,13 @@ package() {
install -Dm755 tools/src/icesprog "$pkgdir"/usr/bin/icesprog
install -Dm644 tools/src/60-icesugar.rules \
"$pkgdir"/lib/udev/rules.d/60-icesugar.rules
"$pkgdir"/usr/lib/udev/rules.d/60-icesugar.rules
}
_udev() {
pkgdesc="udev rules for $pkgname"
amove lib/udev/rules.d/60-icesugar.rules
amove usr/lib/udev/rules.d/60-icesugar.rules
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment