Correct udev rules

This commit is contained in:
Alexis Polti 2017-05-14 02:09:24 +02:00
parent b2d4192bfe
commit 5778ab7052
2 changed files with 4 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Wed May 10 22:57:38 UTC 2017
# Sun May 14 00:09:14 UTC 2017
pkgbase = jlink-software-and-documentation
pkgdesc = Segger JLink software & documentation pack for Linux
pkgver = 6.14h
pkgrel = 2
pkgrel = 3
epoch = 5
url = https://www.segger.com/jlink-software.html
install = jlink-software-and-documentation.install

View file

@ -3,7 +3,7 @@
pkgname=jlink-software-and-documentation
pkgver=6.14h
pkgrel=2
pkgrel=3
epoch=5
pkgdesc="Segger JLink software & documentation pack for Linux"
arch=('i686' 'x86_64')
@ -48,6 +48,7 @@ package(){
# Create links where needed
ln -s /opt/SEGGER/JLink/Doc/License.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
sed -i 's/0x//g' 99-jlink.rules
install -Dm644 99-jlink.rules "${pkgdir}/etc/udev/rules.d/"
for f in J*; do