FS#19334 - [go] install is missing /usr/lib/go/src/Make.common
Attached to Project:
Community Packages
Opened by Gerry (gerry) - Sunday, 02 May 2010, 21:23 GMT
Last edited by Vesa Kaihlavirta (vegai) - Tuesday, 17 August 2010, 10:15 GMT
Opened by Gerry (gerry) - Sunday, 02 May 2010, 21:23 GMT
Last edited by Vesa Kaihlavirta (vegai) - Tuesday, 17 August 2010, 10:15 GMT
|
Details
Summary says it all. Builds that use the makefiles in this
dir fail without this file. Copying Make.common from the
source makes it work, so the PKGBUILDs just have to install
it along with the rest.
|
This task depends upon
The attached PKGBUILD:
* increments pkgrel
* fixes this bug
* removes the obsolete “ || return 1”s; makepkg now exits on all errors
* removes spaces on at least two otherwise empty lines
* changes “mkdir $GOROOT/bin &> /dev/null” to use the -p option, so that the build will not fail if the source repo has already been retrieved
* rearranges the block of ‘install’ commands at the end, so that the comment “Headers for C modules” appears before the commands installing headers for C modules