diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-13 16:18:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-13 16:18:06 -0300 |
commit | a90d348964d11a0f2451c02d8c544853854bf8bd (patch) | |
tree | 3f91d832144aa0acbd443a83621691603142ecf6 /libre/bbswitch-libre/bbswitch.install | |
parent | 7be36c050ec34f5fd7caa228ef4f69c0368607dd (diff) | |
download | abslibre-a90d348964d11a0f2451c02d8c544853854bf8bd.tar.gz abslibre-a90d348964d11a0f2451c02d8c544853854bf8bd.tar.bz2 abslibre-a90d348964d11a0f2451c02d8c544853854bf8bd.zip |
rebuild packages against linux-libre-3.15.5-2
Diffstat (limited to 'libre/bbswitch-libre/bbswitch.install')
-rw-r--r-- | libre/bbswitch-libre/bbswitch.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/bbswitch-libre/bbswitch.install b/libre/bbswitch-libre/bbswitch.install index e7b6317e5..61a3a14fc 100644 --- a/libre/bbswitch-libre/bbswitch.install +++ b/libre/bbswitch-libre/bbswitch.install @@ -1,5 +1,5 @@ post_install() { - EXTRAMODULES='extramodules-3.15-LIBRE' + EXTRAMODULES='extramodules-3.15-libre' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } |