diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 01:14:50 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 01:14:50 -0200 |
commit | 64dbbcc07fb46675726a1252003565f3d4e23b78 (patch) | |
tree | 58b1f9fc74892618f072b445167b77cdcde34414 /libre/linux-libre | |
parent | 628fca9f4efb82a9a79ccda426eff9a02557d6b5 (diff) |
linux-libre: fixing description package
Diffstat (limited to 'libre/linux-libre')
-rwxr-xr-x | 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 26c18da17..90a739e17 100755 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -390,7 +390,7 @@ _package-headers() { } _package-docs() { - pkgdesc="Kernel libre hackers manual - HTML documentation that comes with the ${pkgbase} kernel" + pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase} kernel" provides=("kernel26${_kernelname}-docs=${pkgver}" "linux${_kernelname}-docs=${pkgver}") conflicts=("kernel26${_kernelname}-docs" "kernel26-libre${_kernelname}-docs" "linux${_kernelname}-docs") replaces=("kernel26${_kernelname}-docs" "kernel26-libre${_kernelname}-docs" "linux${_kernelname}-docs") |