summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xen/linux-libre-xen.install
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-02-06 11:55:48 -0200
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-02-06 11:55:48 -0200
commitce15c219696194cd6826205cb630e64cfb9c1c5b (patch)
treed59fd775358e09bf90d842203d3f751c97b1f75a /kernels/linux-libre-xen/linux-libre-xen.install
parent387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd (diff)
parentc1bff90faaaca75404032580f2ad5213ec76e893 (diff)
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'kernels/linux-libre-xen/linux-libre-xen.install')
-rw-r--r--kernels/linux-libre-xen/linux-libre-xen.install7
1 files changed, 5 insertions, 2 deletions
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=$?