Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
31b03d26
Commit
31b03d26
authored
4 months ago
by
Pablo Correa Gómez
Committed by
Natanael Copa
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/openocd-riscv: install udev rules under /usr
parent
21cea992
No related branches found
No related tags found
1 merge request
!72695
main/eudev: move library to /usr/lib and move rules hard-coded to /lib/udev/rules.d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/openocd-riscv/APKBUILD
+3
-3
3 additions, 3 deletions
testing/openocd-riscv/APKBUILD
with
3 additions
and
3 deletions
testing/openocd-riscv/APKBUILD
+
3
−
3
View file @
31b03d26
...
...
@@ -3,7 +3,7 @@
pkgname
=
openocd-riscv
pkgver
=
0_git20230104
_commit
=
43ea20dfbb6c815004a51106a3b2009d7f6c4940
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Fork of OpenOCD with RISC-V support"
url
=
"https://github.com/riscv/riscv-openocd"
arch
=
"all"
...
...
@@ -56,7 +56,7 @@ check() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
contrib/60-openocd.rules
\
"
$pkgdir
"
/lib/udev/rules.d/60-
$pkgname
.rules
"
$pkgdir
"
/
usr/
lib/udev/rules.d/60-
$pkgname
.rules
# allow parallel install with upstream openocd
mv
"
$pkgdir
"
/usr/bin/openocd
"
$pkgdir
"
/usr/bin/
$pkgname
mv
"
$pkgdir
"
/usr/share/man/man1/openocd.1
\
...
...
@@ -68,7 +68,7 @@ package() {
udev_rules
()
{
pkgdesc
=
"udev rules for
$pkgname
"
depends
=
"!openocd-udev-rules"
amove lib/udev/rules.d/60-
$pkgname
.rules
amove
usr/
lib/udev/rules.d/60-
$pkgname
.rules
}
sha512sums
=
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment