Accept PATH with spaces

This commit is contained in:
Alexis Polti 2018-10-06 14:41:53 +02:00
parent 594e5bba8d
commit 92b1d8dd87
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Thu Sep 27 09:14:39 UTC 2018
# Sat Oct 6 12:41:33 UTC 2018
pkgbase = jlink-software-and-documentation
pkgdesc = Segger JLink software & documentation pack for Linux
pkgver = 6.34g
pkgrel = 0
pkgrel = 1
epoch = 13
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.34g
pkgrel=0
pkgrel=1
epoch=13
pkgdesc="Segger JLink software & documentation pack for Linux"
arch=('i686' 'x86_64')
@ -39,7 +39,7 @@ package(){
"${pkgdir}/etc/udev/rules.d/" \
"${pkgdir}/usr/share/doc/${pkgname}/"
cd ${srcdir}/JLink
cd "${srcdir}/JLink"
# Bulk copy everything
cp --preserve=mode -r J* Doc Samples Devices README.txt GDBServer lib* "${pkgdir}/opt/SEGGER/JLink"