diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 16:32:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 16:35:59 -0300 |
commit | 65f10525d2b861005041df532399d5cfd4d558cf (patch) | |
tree | 42373e5142de44ca31ea3ce5b883e680c7d57aa5 /libre/linux-libre-pck | |
parent | 34ca297417c42efaca3ae88c59713c0c9a699349 (diff) | |
download | abslibre-65f10525d2b861005041df532399d5cfd4d558cf.tar.gz abslibre-65f10525d2b861005041df532399d5cfd4d558cf.tar.bz2 abslibre-65f10525d2b861005041df532399d5cfd4d558cf.zip |
linux-libre kernels: minor fix
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index fd61a3db3..016b3d8fc 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -375,7 +375,7 @@ _package-headers() { # remove unneeded architectures find "${pkgdir}"/usr/lib/modules/${_kernver}/build/arch -mindepth 1 -maxdepth 1 -type d -not -name "$KARCH" -exec rm -rf {} + - # remove a files already in docs package + # remove files already in docs package rm -f "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.recursion-issue-01" rm -f "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.recursion-issue-02" rm -f "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.select-break" @@ -394,7 +394,7 @@ _package-docs() { find "${pkgdir}" -type f -exec chmod 444 {} \; find "${pkgdir}" -type d -exec chmod 755 {} \; - # remove a file already in linux package + # remove a file already in kernel package rm -f "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile" } |