diff options
| author | Jonathan Bauer | 2013-02-21 12:22:21 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-02-21 12:22:21 +0100 |
| commit | fb430149dad8e7f3cac2b38411951146613daf38 (patch) | |
| tree | aeae6159dfd111c285990c168789e5ef9eed683f /remote | |
| parent | removed aufs/squashfs modules, they are now copied from system (diff) | |
| download | tm-scripts-fb430149dad8e7f3cac2b38411951146613daf38.tar.gz tm-scripts-fb430149dad8e7f3cac2b38411951146613daf38.tar.xz tm-scripts-fb430149dad8e7f3cac2b38411951146613daf38.zip | |
[systemd] kmod variable fix
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/tools/systemd/systemd.build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/remote/tools/systemd/systemd.build b/remote/tools/systemd/systemd.build index a967e6a9..c5a9a86c 100644 --- a/remote/tools/systemd/systemd.build +++ b/remote/tools/systemd/systemd.build @@ -20,12 +20,12 @@ install_dependencies() { # apt-get update --force-yes #fi # install libkmod from source - libkmod-version=kmod-12 - if [ ! -d $libkmod-version ]; then - wget http://www.kernel.org/pub/linux/utils/kernel/kmod/${libkmod-version}.tar.gz - tar xJf $libkmod-version.tar.gz - rm $libkmod-version.tar.gz - cd $libkmod-version + local libkmodversion=kmod-12 + if [ ! -d $libkmodversion ]; then + wget http://www.kernel.org/pub/linux/utils/kernel/kmod/${libkmodversion}.tar.gz + tar xf $libkmodversion.tar.gz + rm ${libkmodversion}.tar.gz + cd $libkmodversion ./configure make -j5 make install |
