diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-22 16:13:28 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-22 16:13:28 -0300 |
commit | ad28364c1f8cfeb35c88054e74e74c8e047ff94c (patch) | |
tree | 70101dce5a61f785c798a2c77542bc0bae138a22 /libre/acpi_call-parabola/PKGBUILD | |
parent | 50c3a5ea8e1dd04641da3a27f98170157621f74e (diff) | |
download | abslibre-ad28364c1f8cfeb35c88054e74e74c8e047ff94c.tar.gz abslibre-ad28364c1f8cfeb35c88054e74e74c8e047ff94c.tar.bz2 abslibre-ad28364c1f8cfeb35c88054e74e74c8e047ff94c.zip |
build without LOCALVERSION from main linux-libre kernel (-PARABOLA)
Diffstat (limited to 'libre/acpi_call-parabola/PKGBUILD')
-rw-r--r-- | libre/acpi_call-parabola/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/acpi_call-parabola/PKGBUILD b/libre/acpi_call-parabola/PKGBUILD index 480e8d48a..27e0ae3be 100644 --- a/libre/acpi_call-parabola/PKGBUILD +++ b/libre/acpi_call-parabola/PKGBUILD @@ -27,7 +27,7 @@ _replaces=("${_pkgname}" "${_pkgname}-libre") # Generic (you shouldn't have to modify any of these variables) pkgname=${_pkgname}-parabola${_kernelname} _toohigh=$(IFS=. read a b <<<$_basekernel; echo $a.$((b+1))) -_extramodules=extramodules-${_basekernel}${_kernelname:--PARABOLA} +_extramodules=extramodules-${_basekernel}${_kernelname} depends=("linux-libre${_kernelname}>=${_basekernel}" "linux-libre${_kernelname}<${_toohigh}") makedepends=("linux-libre${_kernelname}-headers>=${_basekernel}" "linux-libre${_kernelname}-headers<${_toohigh}") replaces=( "${_replaces[@]/%/${_kernelname}}") |