From 552d77fb9dd0141443612f26e2713cab945a3900 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 19 Feb 2017 22:57:31 +0100 Subject: [PATCH] x11-misc/dsx: Simplify to avoid interim copy --- x11-misc/dsx/dsx-0.1-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/x11-misc/dsx/dsx-0.1-r1.ebuild b/x11-misc/dsx/dsx-0.1-r1.ebuild index bb4c35bd7364..cb0f7f2a0b54 100644 --- a/x11-misc/dsx/dsx-0.1-r1.ebuild +++ b/x11-misc/dsx/dsx-0.1-r1.ebuild @@ -25,11 +25,6 @@ RDEPEND=" S="${WORKDIR}" -src_prepare() { - cp "${FILESDIR}/${P}" "${PN}" || die - default -} - src_install() { - python_doscript "${WORKDIR}/${PN}" + python_newscript "${FILESDIR}/${P}" "${PN}" } -- 2.26.2