Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernelbump.git;a=commitdiff;h=c36330a6a048bdcff2c80240d2b0629bbf1b4549
commit c36330a6a048bdcff2c80240d2b0629bbf1b4549 Author: DeX77 <[email protected]> Date: Tue Apr 18 10:55:05 2017 +0200 clr-boot-manager-1.5.2-2-x86_64 * fix path' diff --git a/source/base/clr-boot-manager/FrugalBuild b/source/base/clr-boot-manager/FrugalBuild index a0521d6..763a2ca 100644 --- a/source/base/clr-boot-manager/FrugalBuild +++ b/source/base/clr-boot-manager/FrugalBuild @@ -4,7 +4,7 @@ pkgname=clr-boot-manager pkgver=1.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Kernel and Boot Loader Management" groups=('base') archs=('x86_64') @@ -15,7 +15,9 @@ _F_github_tag_v=y Finclude github source=("https://github.com/clearlinux/clr-boot-manager/releases/download/v${pkgver}/clr-boot-manager-${pkgver}.tar.xz") signatures=("${source[0]}.asc") -Fconfopts+=" --with-kernel-namespace=org.frugalware \ +Fconfopts+=" --with-kernel-dir=/lib/kernel \ + --with-kernel-modules-dir=/lib/modules \ + --with-kernel-namespace=org.frugalware \ --with-vendor-prefix=frugalware-linux" # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
