diff options
author | 2019-03-25 16:10:49 +0100 | |
---|---|---|
committer | 2019-03-25 16:10:49 +0100 | |
commit | 694d690b38a3a87d4942b4596597ef53c145727d (patch) | |
tree | eec5a83645022989e6d765301a6ba3c0c3bc952e /app-misc | |
parent | app-misc/tmux: Synced/fixed dependencies. (diff) | |
download | gentoo-694d690b38a3a87d4942b4596597ef53c145727d.tar.gz gentoo-694d690b38a3a87d4942b4596597ef53c145727d.tar.bz2 gentoo-694d690b38a3a87d4942b4596597ef53c145727d.zip |
app-misc/tmux: Removed redundant S variable in live ebuild.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 89ef1ddd0dc3..9c772830fdd0 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -45,8 +45,6 @@ PATCHES=( # upstream fixes (can be removed with next version bump) ) -S="${WORKDIR}/${P/_/-}" - src_prepare() { # bug 438558 # 1.7 segfaults when entering copy mode if compiled with -Os |