summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-21 12:22:21 +0100
committerJonathan Bauer2013-02-21 12:22:21 +0100
commitfb430149dad8e7f3cac2b38411951146613daf38 (patch)
treeaeae6159dfd111c285990c168789e5ef9eed683f /remote
parentremoved aufs/squashfs modules, they are now copied from system (diff)
downloadtm-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.build12
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