diff options
| author | Simon Rettberg | 2013-02-21 16:16:59 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-02-21 16:16:59 +0100 |
| commit | d2f356fea9dc9a3c034e160000f1c79c6cef4997 (patch) | |
| tree | 8c37cb225e89dac828fe46a3e3853f8fd9339f38 /remote | |
| parent | Add add_user function to add users and groups to the system (diff) | |
| parent | [core] libs and firmware for stage3.1 (diff) | |
| download | tm-scripts-d2f356fea9dc9a3c034e160000f1c79c6cef4997.tar.gz tm-scripts-d2f356fea9dc9a3c034e160000f1c79c6cef4997.tar.xz tm-scripts-d2f356fea9dc9a3c034e160000f1c79c6cef4997.zip | |
Merge branch 'master' of ssh://openslx/openslx-ng/tm-scripts
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 |
