diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-18 00:36:44 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-18 00:37:30 -0300 |
commit | e6c15cd407dd296a514aabed6a9217a3dbdbeb6c (patch) | |
tree | 07834e1c15bf906678276a4eeee5d72f5bc39fe5 /libre-testing/linux-libre | |
parent | d1db0d9dadef712f57c70177d1a16a4ec9585aa2 (diff) | |
download | abslibre-e6c15cd407dd296a514aabed6a9217a3dbdbeb6c.tar.gz abslibre-e6c15cd407dd296a514aabed6a9217a3dbdbeb6c.tar.bz2 abslibre-e6c15cd407dd296a514aabed6a9217a3dbdbeb6c.zip |
linux-libre: remove blank space in PKGBUILD
Diffstat (limited to 'libre-testing/linux-libre')
-rw-r--r-- | libre-testing/linux-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre-testing/linux-libre/PKGBUILD b/libre-testing/linux-libre/PKGBUILD index 2ff11bff6..6925946d5 100644 --- a/libre-testing/linux-libre/PKGBUILD +++ b/libre-testing/linux-libre/PKGBUILD @@ -378,7 +378,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 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" |