2
0
Fork 0

Fix too many arguments passed to cd call issue.

This commit is contained in:
Vadzim Dambrouski 2016-12-22 23:42:00 +03:00
parent 5612acd2e2
commit 2ee4fd1a02
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Thu Dec 22 19:58:57 UTC 2016
# Thu Dec 22 20:37:51 UTC 2016
pkgbase = gcc-arm-none-eabi-bin
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)
pkgver = 6_2016_q4_major
pkgrel = 1
pkgrel = 2
url = https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
arch = i686
arch = x86_64

View File

@ -3,7 +3,7 @@
# Maintainer: Vadzim Dambrouski <pftbest gmail.com>
pkgname=gcc-arm-none-eabi-bin
pkgver=6_2016_q4_major
pkgrel=1
pkgrel=2
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)"
arch=('i686' 'x86_64')
if [ "${CARCH}" = "x86_64" ]; then
@ -32,7 +32,7 @@ sha256sums=('2cb3515290ab31ec95e035bae6db37f64e422a61dd04ffaaf11c50e65b403353')
package() {
mkdir -p $pkgdir/usr
cd $srcdir/gcc-*
cd $srcdir/gcc-*/
cp -a * $pkgdir/usr
rm -f $pkgdir/usr/bin/arm-none-eabi-gdb*
rm -f $pkgdir/usr/lib/libcc1.so*