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 /x11-misc/dsx | |
parent | dev-lang/python: remove dbhash.py[co] when berkdb is disabled (diff) | |
download | gentoo-552d77fb9dd0141443612f26e2713cab945a3900.tar.gz gentoo-552d77fb9dd0141443612f26e2713cab945a3900.tar.bz2 gentoo-552d77fb9dd0141443612f26e2713cab945a3900.zip |
x11-misc/dsx: Simplify to avoid interim copy
Diffstat (limited to 'x11-misc/dsx')
-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 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}" } |