> On 02/27/2017 01:16 PM, Martin Gansser wrote:
> 
> I suppose $(SYSTEMDDIR) (make variable) has DESTDIR applied, but 
> ${UNITDIR} (shell variable) does not?  Yes, then this is what I had in mind.
> 
> Thanks,
> Florian
Problem solved, thanks.

-       systemctl daemon-reload
+   ifeq ($(DESTDIR),)
+               systemctl daemon-reload
+   endif
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to