Skip to content

Commit

Permalink
pkgbuilds: gdb-multiarch: Add 'gdb-multiarch' symlink
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 22, 2023
1 parent dc5daeb commit c779910
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgbuilds/gdb-multiarch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ package() {
# install "custom" system gdbinit
install -dm 755 "$pkgdir/etc/gdb"
touch "$pkgdir/etc/gdb/gdbinit"

# Symlink 'gdb' binary to 'gdb-multiarch' for interoperability purposes
ln -s gdb "$pkgdir/usr/bin/$pkgname"
}

# vim: ts=2 sw=2 et:

0 comments on commit c779910

Please sign in to comment.