All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] apt-package: use ${libdir} instead of /usr/lib
Date: Sun, 19 Feb 2017 23:21:05 -0800	[thread overview]
Message-ID: <1487575265.10318.121.camel@linux.intel.com> (raw)
In-Reply-To: <CAJTo0Lb5=tW_U4WizZBjmVTUzsmrOpaEmAmnVn5zJAZGZUPJVg@mail.gmail.com>

On Fri, 2017-02-17 at 20:40 +0000, Burton, Ross wrote:
> 
> On 17 February 2017 at 18:28, Saul Wold <sgw@linux.intel.com> wrote:
> > -       install -m 0644 ${S}/debian/apt.systemd.daily
> > ${D}/usr/lib/apt/
> > +       install -m 0644 ${S}/debian/apt.systemd.daily
> > ${D}${libdir}/apt/
> >         install -m 0644 ${S}/debian/apt-daily.service
> > ${D}${systemd_unitdir}/system/
> >         install -m 0644 ${S}/debian/apt-daily.timer
> > ${D}${systemd_unitdir}/system/
> > 
> 
> The apt-daily.service unit is what fires the apt.systemd.daily
> script:
> 
> $ cat debian/apt-daily.service
> ...
> ExecStart=/usr/lib/apt/apt.systemd.daily
> 
> If you're going to change the install location of the script then the
> unit needs to be fixed.
> 
Hmm, since this is a script would it make more sense to have this
install create the "usr/lib" directory?  I am wondering is this will
bullocks up a single root solution or a different non-standard libdir?

Sau!

> Ross


  reply	other threads:[~2017-02-20 17:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-17 18:28 [PATCH] apt-package: use ${libdir} instead of /usr/lib Saul Wold
2017-02-17 20:40 ` Burton, Ross
2017-02-20  7:21   ` Saul Wold [this message]
2017-02-20 20:55     ` Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487575265.10318.121.camel@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.