summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/systemd.build
diff options
context:
space:
mode:
authorSimon Rettberg2013-04-19 20:02:55 +0200
committerSimon Rettberg2013-04-19 20:02:55 +0200
commit0d4574eb1992a3963e77a5bd615cac864dab6c9f (patch)
treefb26625f060ec310400e73eeaedc69acd75daba2 /remote/modules/systemd/systemd.build
parentlist of wanted config options to compile our kernel with (diff)
downloadtm-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.build6
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