diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-06 12:43:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-06 12:43:11 -0300 |
commit | 8bbc7c86370ecb7af001eaeb1f672ae4624f1ac1 (patch) | |
tree | 27d302c0638c3cef8bf96e8e3d4c8779722beda6 /libre | |
parent | e0b6dab3c7dddc79743543fcee8cf56f585171ed (diff) | |
download | abslibre-8bbc7c86370ecb7af001eaeb1f672ae4624f1ac1.tar.gz abslibre-8bbc7c86370ecb7af001eaeb1f672ae4624f1ac1.tar.bz2 abslibre-8bbc7c86370ecb7af001eaeb1f672ae4624f1ac1.zip |
Minor fix to match the loongson patches
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index bc6b67c12..0effda0b4 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -61,7 +61,7 @@ build() { if [ "$CARCH" == "mips64el" ]; then sed -i "s|^EXTRAVERSION.*|EXTRAVERSION =-libre|" Makefile msg2 "Adding loongson-community patches" - patch -Np1 -i ${srcdir}/${_basekernel}.*-*-loongson-community.patch + patch -Np1 -i ${srcdir}/${_basekernel}*-*-loongson-community.patch patch -Np0 -i "${srcdir}/lxo-config.patch" # ensure N32, add localversion and remove uevent helper as per |