diff options
| author | Simon Rettberg | 2013-04-19 20:02:55 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-04-19 20:02:55 +0200 |
| commit | 0d4574eb1992a3963e77a5bd615cac864dab6c9f (patch) | |
| tree | fb26625f060ec310400e73eeaedc69acd75daba2 /remote/modules/systemd/systemd.build | |
| parent | list of wanted config options to compile our kernel with (diff) | |
| download | tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.gz tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.xz tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.zip | |
Update for openSUSE 12.3
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 |
