diff options
| author | Jonathan Bauer | 2013-04-24 17:17:19 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-04-24 17:17:19 +0200 |
| commit | 5633488d5a50c58e7ad05fc186cef95af338506b (patch) | |
| tree | 7aaffefc7cdae07a601dbc0ad8c040fdff883b54 /remote/modules/systemd/systemd.build | |
| parent | compile kernel on the reference system with our config requirements (diff) | |
| parent | delete plymouth/data/etc/systemd... (diff) | |
| download | tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.gz tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.xz tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.zip | |
merge?
Diffstat (limited to 'remote/modules/systemd/systemd.build')
| -rw-r--r-- | remote/modules/systemd/systemd.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build index ee74d53a..fb56f231 100644 --- a/remote/modules/systemd/systemd.build +++ b/remote/modules/systemd/systemd.build @@ -8,9 +8,9 @@ fetch_source () { build () { #build libkmod cd "${MODULE_DIR}/src/$LIBKMOD_VERSION" - ./configure - make || perror "make failed." - make install || perror "make install failed." + ./configure || perror "./configure kmod failed." + make || perror "kmod make failed." + make install || perror "kmod make install failed." cd - &> /dev/null #build systemd |
