From 0d4574eb1992a3963e77a5bd615cac864dab6c9f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 19 Apr 2013 20:02:55 +0200 Subject: Update for openSUSE 12.3 --- remote/modules/systemd/systemd.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'remote/modules/systemd/systemd.build') 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 -- cgit v1.2.3-55-g7522