diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-18 16:48:58 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-18 16:48:58 -0300 |
commit | a2c462658b5b7673d86fe195fc6537b1b9cf9fde (patch) | |
tree | 2033e0289a900055d00ed086bc4d0701d0505378 /libre/linux-libre/linux-libre.install | |
parent | d0b846c932dd64ec6d51d82467fd3e46292315f8 (diff) |
linux-libre-3.4.3-1: updating version
Diffstat (limited to 'libre/linux-libre/linux-libre.install')
-rw-r--r-- | libre/linux-libre/linux-libre.install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 2f2944e2b..b70fd9663 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,10 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.4.2-2-LIBRE +KERNEL_VERSION=3.4.3-1-LIBRE + +# 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 |