<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    &#20110; 2012&#24180;06&#26376;29&#26085; 17:57, Alan Pevec &#20889;&#36947;:
    <blockquote
cite="mid:CAGi==UWRDN7n2XcXJb=7s52Z1jKWLt2d5hKcPudcvedBX+6+kA@mail.gmail.com"
      type="cite">
      <pre wrap="">F17 has that /usr-move feature, where all moved under /usr, it is
different on F16:
$ rpm -qf /etc/rpm/macros.systemd
systemd-units-37-25.fc16.x86_64
$ cat /etc/rpm/macros.systemd
%_unitdir /lib/systemd/system

The problem for F16 is in services/Makefile.am:
systemunitdir=$(prefix)/lib/systemd/system

so ovirt *.services end up in %{buildroot}<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/lib/systemd/system<span class="moz-txt-tag">/</span></i> on
both F16 and F17.
F16 systemd Makefile has: systemunitdir=$(rootdir)/lib/systemd/system
so you'd need some conditional in ovirt makefile if you want to
support building on both F16/17.

Cheers,
Alan

</pre>
    </blockquote>
    OK ,thanks Alan <br>
    <br>
    <div class="moz-signature">-- <br>
      Thanks.
      Best regards.
      --Eli Qiao</div>
  </body>
</html>