From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pigpio/
Date: Tue, 13 Aug 2019 04:54:39 +0000 (UTC) [thread overview]
Message-ID: <1565672030.c85f15d0dd0ee6fe1c031dc6ab115cb980693c4d.juippis@gentoo> (raw)
commit: c85f15d0dd0ee6fe1c031dc6ab115cb980693c4d
Author: Daniel Kenzelmann <daniel <AT> pc-daniel-desktop <DOT> fritz <DOT> box>
AuthorDate: Sun Aug 11 08:31:49 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 04:53:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85f15d0
dev-libs/pigpio: fix libdir variable
Fixed libdir variable (/usr/ prefix missing, current ebuilds do not install libs at all)
Closes: https://bugs.gentoo.org/691948
Signed-off-by: Daniel Kenzelmann <gentoo <AT> k8n.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/pigpio/pigpio-67.ebuild | 2 +-
dev-libs/pigpio/pigpio-68.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/pigpio/pigpio-67.ebuild b/dev-libs/pigpio/pigpio-67.ebuild
index e10bc779168..56f692b26a2 100644
--- a/dev-libs/pigpio/pigpio-67.ebuild
+++ b/dev-libs/pigpio/pigpio-67.ebuild
@@ -31,7 +31,7 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: libdir="$(get_libdir)" prefix="/usr" mandir="/usr/share/man" install
+ emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: libdir="/usr/$(get_libdir)" prefix="/usr" mandir="/usr/share/man" install
einstalldocs
newinitd "${FILESDIR}"/pigpiod.initd pigpiod
newconfd "${FILESDIR}"/pigpiod.confd pigpiod
diff --git a/dev-libs/pigpio/pigpio-68.ebuild b/dev-libs/pigpio/pigpio-68.ebuild
index ab323e84a88..6ca0daa626e 100644
--- a/dev-libs/pigpio/pigpio-68.ebuild
+++ b/dev-libs/pigpio/pigpio-68.ebuild
@@ -29,7 +29,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: \
- libdir="$(get_libdir)" prefix="${EPREFIX}/usr" \
+ libdir="${EPREFIX}/usr/$(get_libdir)" prefix="${EPREFIX}/usr" \
mandir="${EPREFIX}/usr/share/man" install
einstalldocs
newinitd "${FILESDIR}"/pigpiod.initd pigpiod
next reply other threads:[~2019-08-13 4:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-13 4:54 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-15 12:32 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pigpio/ Sam James
2022-07-15 12:32 Sam James
2021-03-08 7:35 Joonas Niilola
2020-10-08 10:02 Joonas Niilola
2020-07-19 10:43 Joonas Niilola
2020-05-14 22:25 Aaron Bauman
2020-05-04 17:26 Joonas Niilola
2020-02-11 12:16 Michał Górny
2020-02-06 6:20 Joonas Niilola
2020-01-20 13:03 Joonas Niilola
2019-08-17 15:52 Joonas Niilola
2019-07-14 18:26 Michał Górny
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=1565672030.c85f15d0dd0ee6fe1c031dc6ab115cb980693c4d.juippis@gentoo \
--to=juippis@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