diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-05 15:51:42 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-05 15:51:42 -0200 |
commit | 2fb3252050c44cee9b761428cd3dafb7283334d6 (patch) | |
tree | 5a27de6093045cde94d43af02e00609564d6b987 | |
parent | 542f6a8ccba2a7877cdd7275461317db63bcb79f (diff) | |
download | abslibre-2fb3252050c44cee9b761428cd3dafb7283334d6.tar.gz abslibre-2fb3252050c44cee9b761428cd3dafb7283334d6.tar.bz2 abslibre-2fb3252050c44cee9b761428cd3dafb7283334d6.zip |
linux-libre-xen-3.7.6-1: fixing linux-libre-xen.install and config
-rw-r--r-- | kernels/linux-libre-xen/PKGBUILD | 2 | ||||
-rw-r--r-- | kernels/linux-libre-xen/config | 2 | ||||
-rw-r--r-- | kernels/linux-libre-xen/linux-libre-xen.install | 7 |
3 files changed, 7 insertions, 4 deletions
diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD index 113a6d95f..1903389f2 100644 --- a/kernels/linux-libre-xen/PKGBUILD +++ b/kernels/linux-libre-xen/PKGBUILD @@ -24,7 +24,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'fat-3.6.x.patch') md5sums=('06bf9601d859531e7378eb43d4ca7dd3' '90b2c4b9a05b108219bd44ac4804db84' - '161dc2a180228320ab7431d50191fecd' + 'c57cd0a58ceed8e12acb5161adc257cc' 'b7c2805bb287a644c0a303bf7721e534' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' diff --git a/kernels/linux-libre-xen/config b/kernels/linux-libre-xen/config index 43df5d3f1..8d6c5912e 100644 --- a/kernels/linux-libre-xen/config +++ b/kernels/linux-libre-xen/config @@ -51,7 +51,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_EXPERIMENTAL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" -CONFIG_LOCALVERSION="-ARCH" +CONFIG_LOCALVERSION="-LIBRE-XEN" CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y diff --git a/kernels/linux-libre-xen/linux-libre-xen.install b/kernels/linux-libre-xen/linux-libre-xen.install index b670328cd..da0b7de36 100644 --- a/kernels/linux-libre-xen/linux-libre-xen.install +++ b/kernels/linux-libre-xen/linux-libre-xen.install @@ -2,7 +2,10 @@ # arg 2: the old package version KERNEL_NAME=-xen -KERNEL_VERSION=3.3.6-1.3-LIBRE-XEN +KERNEL_VERSION=3.7.6-1-LIBRE-XEN + +# set a sane PATH to ensure that critical utils like depmod will be found +export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' post_install () { # updating module dependencies @@ -30,7 +33,7 @@ post_install () { post_upgrade() { pacman -Q grub &>/dev/null hasgrub=$? - pacman -Q grub2-common &>/dev/null + pacman -Q grub-common &>/dev/null hasgrub2=$? pacman -Q lilo &>/dev/null haslilo=$? |