commit: 6008bacf0a0490af862e9669336f6362923eb6ab Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua> AuthorDate: Sun Nov 17 09:48:15 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Dec 8 10:08:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6008bacf
net-p2p/resilio-sync: pax-mark unconditionally Closes: https://bugs.gentoo.org/698286 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/13686 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild index 95ea559330a..0b54d78848d 100644 --- a/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild +++ b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild @@ -16,7 +16,7 @@ SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} ) LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="pax_kernel" +IUSE="" RESTRICT="bindist mirror" S="${WORKDIR}" @@ -38,7 +38,7 @@ src_unpack() { src_install() { dobin usr/bin/rslsync - use pax_kernel && pax-mark m "${ED%/}"/usr/bin/rslsync + pax-mark m "${ED}"/usr/bin/rslsync doman resilio-sync.1 @@ -55,7 +55,7 @@ src_install() { # Generate sample config, uncomment config directives and change values insopts -orslsync -grslsync -m0644 insinto /etc/resilio-sync - newins - config.json < <("${ED%/}"/usr/bin/rslsync --dump-sample-config | \ + newins - config.json < <("${ED}"/usr/bin/rslsync --dump-sample-config | \ sed \ -e "/storage_path/s|//| |g" \ -e "/pid_file/s|//| |g" \
