summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/systemd.build
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-24 17:17:19 +0200
committerJonathan Bauer2013-04-24 17:17:19 +0200
commit5633488d5a50c58e7ad05fc186cef95af338506b (patch)
tree7aaffefc7cdae07a601dbc0ad8c040fdff883b54 /remote/modules/systemd/systemd.build
parentcompile kernel on the reference system with our config requirements (diff)
parentdelete plymouth/data/etc/systemd... (diff)
downloadtm-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.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