diff options
author | David P <megver83@openmailbox.org> | 2017-10-07 19:50:02 -0300 |
---|---|---|
committer | David P <megver83@openmailbox.org> | 2017-10-07 19:50:02 -0300 |
commit | 1df3e44fb716093bd4e63b3456c4d7436970c0ac (patch) | |
tree | 7e93a32f0672b96613ec1168e6e9e02634a4e6d1 /libre/linux-libre-hardened | |
parent | 5531d99de98570ea1ef470055ef281d09b1caf54 (diff) | |
download | abslibre-1df3e44fb716093bd4e63b3456c4d7436970c0ac.tar.gz abslibre-1df3e44fb716093bd4e63b3456c4d7436970c0ac.tar.bz2 abslibre-1df3e44fb716093bd4e63b3456c4d7436970c0ac.zip |
updpkg: libre/linux-libre-pck 4.13.5_gnu.pck1-1
Just commit, not build due to error:
CC [M] drivers/xen/xen-acpi-processor.o
CC [M] drivers/xen/xen-scsiback.o
AR drivers/xen/built-in.o
LD [M] drivers/xen/xen-evtchn.o
LD [M] drivers/xen/xen-gntdev.o
LD [M] drivers/xen/xen-gntalloc.o
LD [M] drivers/xen/xen-privcmd.o
AR drivers/built-in.o
==> ERROR: A failure occurred in build().
Aborting...
Diffstat (limited to 'libre/linux-libre-hardened')
-rw-r--r-- | libre/linux-libre-hardened/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-hardened/PKGBUILD b/libre/linux-libre-hardened/PKGBUILD index 55f835d78..1e2910a82 100644 --- a/libre/linux-libre-hardened/PKGBUILD +++ b/libre/linux-libre-hardened/PKGBUILD @@ -382,7 +382,7 @@ _package-headers() { done # remove unneeded architectures - find "${pkgdir}"/usr/lib/modules/${_kernver}/build/arch -mindepth 1 -maxdepth 1 -type d -not -name "$KARCH" -exec rm -rf {} + + rm -rf "${pkgdir}"/usr/lib/modules/${_kernver}/build/arch/{alpha,arc,arm,arm26,arm64,avr32,blackfin,c6x,cris,frv,h8300,hexagon,ia64,m32r,m68k,m68knommu,metag,mips,microblaze,mn10300,openrisc,parisc,powerpc,ppc,s390,score,sh,sh64,sparc,sparc64,tile,unicore32,um,v850,xtensa} # remove files already in docs package rm -f "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.recursion-issue-01" |