diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-20 23:13:26 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-20 23:13:26 -0400 |
commit | 58f788bd20b20b455d9cfa87174f8bdc6c23d2d9 (patch) | |
tree | 8d4978986935601ef99de1ead1ef16ae663ee383 /libre/linux-libre/linux-libre.install | |
parent | 0129d667cea80b431364dca92c019b5844ae9931 (diff) | |
parent | 548d9fd6d7de6c1acc52c33b2f41f7cf93fa6ba1 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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 |