summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2019-11-17 11:48:15 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-12-08 12:08:14 +0200
commit6008bacf0a0490af862e9669336f6362923eb6ab (patch)
treedeb3ac3ac99fb965efde9aaef08e8166f93d572e /net-p2p/resilio-sync
parentsys-fs/vhba: Drop old (diff)
downloadgentoo-6008bacf0a0490af862e9669336f6362923eb6ab.tar.gz
gentoo-6008bacf0a0490af862e9669336f6362923eb6ab.tar.bz2
gentoo-6008bacf0a0490af862e9669336f6362923eb6ab.zip
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@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/13686 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p/resilio-sync')
-rw-r--r--net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild6
1 files 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 95ea559330a0..0b54d78848dc 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" \