diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-13 12:53:48 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-13 12:53:48 -0400 |
commit | f6fde4b83792b43883cdccac2a46145d48cef42d (patch) | |
tree | 9de2ea480baf7073f53b3bf5d88dc1e48cbf9fa0 /libre/vhba-module-libre/vhba-module.install | |
parent | 78bf47e43de121f3460b6c6f608bd5f5b8a85f28 (diff) | |
parent | 3bc640f96a0afc77163253ad0ed504057c8e7e00 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/vhba-module-libre/vhba-module.install')
-rw-r--r-- | libre/vhba-module-libre/vhba-module.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install index 3e26e5438..88b96f7b4 100644 --- a/libre/vhba-module-libre/vhba-module.install +++ b/libre/vhba-module-libre/vhba-module.install @@ -1,6 +1,6 @@ _updatemod() { echo " > Updating module dependencies..." - EXTRAMODULES='extramodules-3.8-LIBRE' + EXTRAMODULES='extramodules-3.9-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } |