summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-pae
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-04-05 18:02:22 -0300
committerDavid P <megver83@parabola.nu>2018-04-05 18:02:22 -0300
commitdb4b3a79422205fd2ad2c155dd10bb78c1543a5e (patch)
treee8145fcc25e92d303976fcc89d0ca25f00a5c09a /kernels/linux-libre-pae
parentc64d4af9ce9322cd9da96e85bc2bcca1b6a3034c (diff)
downloadabslibre-db4b3a79422205fd2ad2c155dd10bb78c1543a5e.tar.gz
abslibre-db4b3a79422205fd2ad2c155dd10bb78c1543a5e.tar.bz2
abslibre-db4b3a79422205fd2ad2c155dd10bb78c1543a5e.zip
Update prepare() on kernels PKGBUILDs
Diffstat (limited to 'kernels/linux-libre-pae')
-rw-r--r--kernels/linux-libre-pae/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-pae/PKGBUILD b/kernels/linux-libre-pae/PKGBUILD
index 3b1234cf9..528c159da 100644
--- a/kernels/linux-libre-pae/PKGBUILD
+++ b/kernels/linux-libre-pae/PKGBUILD
@@ -85,7 +85,7 @@ prepare() {
# add freedo as boot logo
install -m644 -t drivers/video/logo \
- "${srcdir}/logo_linux_"{clut224.ppm,vga16.ppm,mono.pbm}
+ ../logo_linux_{clut224.ppm,vga16.ppm,mono.pbm}
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -140,7 +140,7 @@ build() {
}
_package() {
- pkgdesc="The ${pkgbase^} kernel and modules"
+ pkgdesc="The ${pkgbase^} kernel and modules with PAE support (HIGHMEM64G)"
[ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc')
depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')