diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-19 22:57:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-20 00:02:03 +0100 |
commit | 552d77fb9dd0141443612f26e2713cab945a3900 (patch) | |
tree | a9d5f8128e929916983555b51d937cac27371a33 | |
parent | bcc24a264090515f7d9d745159187fc4d1defd1b (diff) | |
download | gentoo-552d77fb9dd0141443612f26e2713cab945a3900.tar.gz gentoo-552d77fb9dd0141443612f26e2713cab945a3900.tar.xz |
x11-misc/dsx: Simplify to avoid interim copy
-rw-r--r-- | x11-misc/dsx/dsx-0.1-r1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-misc/dsx/dsx-0.1-r1.ebuild b/x11-misc/dsx/dsx-0.1-r1.ebuild index bb4c35bd736..cb0f7f2a0b5 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}" } |