summaryrefslogtreecommitdiff
path: root/libre/kernel26-libre/get_configs
diff options
context:
space:
mode:
Diffstat (limited to 'libre/kernel26-libre/get_configs')
-rwxr-xr-xlibre/kernel26-libre/get_configs3
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/kernel26-libre/get_configs b/libre/kernel26-libre/get_configs
index 09e408b8b..624ea1048 100755
--- a/libre/kernel26-libre/get_configs
+++ b/libre/kernel26-libre/get_configs
@@ -1,10 +1,9 @@
#!/bin/bash
source PKGBUILD
-source *.install
pkgname=${pkgname/-libre/}
-KERNEL_VERSION=${KERNEL_VERSION/-LIBRE/}
+KERNEL_VERSION=${2:-${_basekernel}-ARCH}
from=${1:-core}
for pkgarch in ${arch[@]}; do