diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-18 23:22:49 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-18 23:22:49 -0300 |
commit | 995b50d53e475bccdea382da870e37f87a5bfb64 (patch) | |
tree | d90ecb5575bc5f42618537966ce5fb7dc3b142b4 /libre/linux-libre-lts/linux-libre-lts.install | |
parent | a2c462658b5b7673d86fe195fc6537b1b9cf9fde (diff) |
linux-libre-lts-3.0.35-1: updating version
Diffstat (limited to 'libre/linux-libre-lts/linux-libre-lts.install')
-rw-r--r-- | libre/linux-libre-lts/linux-libre-lts.install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install index ba3511bcf..b3426d278 100644 --- a/libre/linux-libre-lts/linux-libre-lts.install +++ b/libre/linux-libre-lts/linux-libre-lts.install @@ -2,7 +2,10 @@ # arg 2: the old package version KERNEL_NAME=-lts -KERNEL_VERSION=3.0.34-1-LIBRE-LTS +KERNEL_VERSION=3.0.35-1-LIBRE-LTS + +# 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 |