diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-11 17:39:09 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-11 17:39:09 -0200 |
commit | 4a6a67cb189d4b5a867259ed6783845bc11a3de7 (patch) | |
tree | f57c855bbe5ae2cb6f954d486073e36d8e1574cc /libre/vhba-module-libre/vhba-module.install | |
parent | 4bc4b477ce80b006778fed0807e5f93a19ff1f15 (diff) | |
parent | 603c6e15dbcc77f54fc348e70c5cfcef5e2d6db2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/vhba-module-libre/vhba-module.install')
-rwxr-xr-x | 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 b2a49a261..8bd740943 100755 --- 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.5-LIBRE' + EXTRAMODULES='extramodules-3.6-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } |