public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/openrc:master commit in: scripts/
Date: Mon, 12 Jun 2017 15:41:49 +0000 (UTC)	[thread overview]
Message-ID: <1497281927.5b7667af32effddf867a5d021c66d43f0645d374.williamh@OpenRC> (raw)

commit:     5b7667af32effddf867a5d021c66d43f0645d374
Author:     udeved <artoo <AT> manjaro <DOT> org>
AuthorDate: Fri Jun  9 19:58:59 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 15:38:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5b7667af

scripts/Makefile: respect SBINDIR with MKSYSVINIT

This is for #142.

 scripts/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/Makefile b/scripts/Makefile
index faa46b0e..5cca07bc 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -19,11 +19,11 @@ ifeq (${OS},Linux)
 	${INSTALL} -d ${DESTDIR}${SBINDIR}
 	ln -sf ../${DIR}/rc-sstat ${DESTDIR}/${SBINDIR}/rc-sstat
 ifeq (${MKSYSVINIT},yes)
-	ln -sf	../${DIR}/halt ${DESTDIR}/sbin/halt
-	ln -sf	../${DIR}/poweroff ${DESTDIR}/sbin/poweroff
-	ln -sf	../${DIR}/reboot ${DESTDIR}/sbin/reboot
-	ln -sf	../${DIR}/shutdown ${DESTDIR}/sbin/shutdown
-	ln -sf	openrc-init ${DESTDIR}/sbin/init
+	ln -sf	../${DIR}/halt ${DESTDIR}/${SBINDIR}/halt
+	ln -sf	../${DIR}/poweroff ${DESTDIR}/${SBINDIR}/poweroff
+	ln -sf	../${DIR}/reboot ${DESTDIR}/${SBINDIR}/reboot
+	ln -sf	../${DIR}/shutdown ${DESTDIR}/${SBINDIR}/shutdown
+	ln -sf	openrc-init ${DESTDIR}/${SBINDIR}/init
 endif
 endif
 


             reply	other threads:[~2017-06-12 15:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12 15:41 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-11 19:57 [gentoo-commits] proj/openrc:master commit in: scripts/ William Hubbs
2017-07-11 17:06 William Hubbs
2017-07-11 16:14 William Hubbs
2017-07-10 23:37 William Hubbs
2017-06-12 23:01 William Hubbs
2017-06-12 23:01 William Hubbs
2017-06-12 23:01 William Hubbs
2017-06-12 15:41 William Hubbs
2017-06-07 16:34 William Hubbs
2017-02-22 20:53 William Hubbs
2017-01-26 21:40 William Hubbs
2017-01-09  2:43 William Hubbs
2011-11-17 18:28 William Hubbs

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=1497281927.5b7667af32effddf867a5d021c66d43f0645d374.williamh@OpenRC \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox