diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-01 13:16:53 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-01 13:16:53 -0300 |
commit | 1fc1953faa672c4e87696ab6109d3fa272654640 (patch) | |
tree | 8a4fa7713b60ea085d9fd23c77419c991cdc263b /libre | |
parent | b56752a95535596bfc2006bc6b1fe009d5348d28 (diff) |
updates. gcc crashed the machine :|
Diffstat (limited to 'libre')
-rw-r--r-- | libre/kernel26-libre/PKGBUILD | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/libre/kernel26-libre/PKGBUILD b/libre/kernel26-libre/PKGBUILD index f29279ce6..95e370c70 100644 --- a/libre/kernel26-libre/PKGBUILD +++ b/libre/kernel26-libre/PKGBUILD @@ -23,7 +23,7 @@ source=(http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-libre/li kernel26.preset kernel26.install Kbuild - Kbuild.platforms) + Kbuild.platforms kernel26.install) build() { @@ -33,7 +33,7 @@ build() { patch -Np1 -i ${srcdir}/${_patchname} if [ "$CARCH" == "mips64el" ]; then - sed -i "s|^EXTRAVERSION.*|EXTRAVERSION = .${pkgver##*.}-libre|" Makefile + sed -i "s|^EXTRAVERSION.*|EXTRAVERSION =-libre|" Makefile msg2 "Adding loongson-community patches" patch -Np1 -i ${srcdir}/$pkgver-*-loongson-community.patch patch -Np0 -i ${srcdir}/lxo-config.patch @@ -293,3 +293,13 @@ md5sums=('8feab9fb6c177052cb79248a223fbf66' 'af5937ac06a78907ceb499351bdff7ab' '25584700a0a679542929c4bed31433b6' 'ba583747f515e51ec0f16d535e4be6e0') +md5sums=('8feab9fb6c177052cb79248a223fbf66' + 'a480007d95472cc16825f5afe6e18e54' + 'abad63eab1f9485f6b1af76f5109f1e4' + '5d40a23419b48f5b49f1f10be0e733c3' + 'af5937ac06a78907ceb499351bdff7ab' + '25584700a0a679542929c4bed31433b6' + 'ba583747f515e51ec0f16d535e4be6e0' + '2967cecc3af9f954ccc822fd63dca6ff' + '8267264d9a8966e57fdacd1fa1fc65c4' + 'ba583747f515e51ec0f16d535e4be6e0') |