mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 20:59:34 +01:00
Typo
This commit is contained in:
parent
ec359304bb
commit
e9b03de57b
2 changed files with 7 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Jan 22 16:13:12 UTC 2016
|
||||
# Fri Jan 22 16:25:57 UTC 2016
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 5.10h
|
||||
pkgrel = 6
|
||||
pkgrel = 7
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
install = jlink-software-and-documentation.install
|
||||
arch = i686
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=5.10h
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
|
|
@ -54,9 +54,6 @@ package(){
|
|||
install -Dm755 libjlinkarm.so.*.* "${pkgdir}/usr/lib/"
|
||||
ln -s "/usr/lib/libjlinkarm.so.*.*" "${pkgdir}/usr/lib/libjlinkarm.so.${pkgver:0:1}"
|
||||
|
||||
# nrfjprog hardcoded libjlinkarm.so* to be in /opt/SEGGER/JLink (will be fixed in later versions)
|
||||
ln -s "/usr/lib/libjlinkarm.so"* "${pkgdir}/opt/SEGGER/JLink"
|
||||
|
||||
for f in J*; do
|
||||
ln -s /opt/SEGGER/JLink/"$f" "${pkgdir}/usr/bin"
|
||||
done
|
||||
|
|
@ -64,4 +61,8 @@ package(){
|
|||
for f in Doc/*; do
|
||||
ln -s /opt/SEGGER/JLink/"$f" "${pkgdir}/usr/share/doc/${pkgname}"
|
||||
done
|
||||
|
||||
# nrfjprog hardcoded libjlinkarm.so* to be in /opt/SEGGER/JLink (will be fixed in later versions)
|
||||
ln -s "/usr/lib/libjlinkarm.so.${pkgver:0:1}" "${pkgdir}/opt/SEGGER/JLink/libjlinkarm.so.${pkgver:0:1}"
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue