temp/gcc6: remove misleading second pkgname line
Remove the pkgname="$pkgname" line from the APKBUILD, this confuses pmbootstrap.
This commit is contained in:
parent
5cef6135da
commit
7a6e8aa044
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
pkgname=gcc6
|
pkgname=gcc6
|
||||||
pkgver=6.4.0
|
pkgver=6.4.0
|
||||||
_ver=${pkgver%%.*}
|
_ver=${pkgver%%.*}
|
||||||
pkgname="$pkgname"
|
|
||||||
pkgrel=7
|
pkgrel=7
|
||||||
pkgdesc="The GNU Compiler Collection"
|
pkgdesc="The GNU Compiler Collection"
|
||||||
url="http://gcc.gnu.org"
|
url="http://gcc.gnu.org"
|
||||||
|
|
Loading…
Reference in a new issue