summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/tribler/tribler-4.1.7.ebuild')
-rw-r--r--net-p2p/tribler/tribler-4.1.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/tribler/tribler-4.1.7.ebuild b/net-p2p/tribler/tribler-4.1.7.ebuild
index 00d347b28..08f6cdb80 100644
--- a/net-p2p/tribler/tribler-4.1.7.ebuild
+++ b/net-p2p/tribler/tribler-4.1.7.ebuild
@@ -31,7 +31,7 @@ src_unpack() {
cd "${S}"
# Because tribler.py has Windows CR/LF at the end of its lines
- sed -i -e 's/.$//' ${PN}.py || die "Error: sed failed"
+ edos2unix ${PN}.py
}
src_install() {