summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-06-16 14:20:41 +0100
committerMarek Szuba <marecki@gentoo.org>2021-06-16 14:21:33 +0100
commit490357d3d77155d7f32da0b2332d162d1904a109 (patch)
tree6614c86ffd7c77c78a73218ac84399da78da8e5a /dev-vcs
parentapp-dicts/sword-KingComm: initial import (diff)
downloadgentoo-490357d3d77155d7f32da0b2332d162d1904a109.tar.gz
gentoo-490357d3d77155d7f32da0b2332d162d1904a109.tar.bz2
gentoo-490357d3d77155d7f32da0b2332d162d1904a109.zip
dev-vcs/git-flow: fix the script-directory prefix
Closes: https://bugs.gentoo.org/796341 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild (renamed from dev-vcs/git-flow/git-flow-1.12.3-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-flow/git-flow-1.12.3-r1.ebuild b/dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild
index 7bd223ff4518..95612de82ddb 100644
--- a/dev-vcs/git-flow/git-flow-1.12.3-r1.ebuild
+++ b/dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}"/${MY_PN}-${PV}
src_prepare() {
default
sed -i "s!doc/gitflow!doc/${PF}!" Makefile || die "Fixing doc path failed"
- sed -i "s!@PREFIX@!${EPREFIX}!" git-flow || die "Failed to set prefix in the script"
+ sed -i "s!@PREFIX@!${EPREFIX}/usr!" git-flow || die "Failed to set prefix in the script"
}
src_compile() {