[systemd] macro updates

Lennart Poettering lennart at fedoraproject.org
Wed Aug 8 00:20:36 UTC 2012


commit ba464ac5fcf8826e431b82e8eaacf703e4fdd2d5
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Aug 8 02:19:24 2012 +0200

    macro updates

 systemd.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index a6f2504..5006f51 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -164,15 +164,15 @@ glib-based applications using libudev functionality.
 %build
 %{?gitcommit: ./autogen.sh }
 %configure \
-  --with-distro=fedora \
-  --disable-plymouth \
-  --libexecdir=%{_prefix}/lib \
-  --enable-gtk-doc \
-  --disable-static
-make %{?_smp_mflags}
+        --with-distro=fedora \
+        --disable-plymouth \
+        --libexecdir=%{_prefix}/lib \
+        --enable-gtk-doc \
+        --disable-static
+/usr/bin/make %{?_smp_mflags}
 
 %install
-/usr/bin/make DESTDIR=%{buildroot} install
+%make_install
 /usr/bin/find %{buildroot} \( -name '*.a' -o -name '*.la' \) -exec rm {} \;
 
 # udev links


More information about the scm-commits mailing list