projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc24a2
)
x11-misc/dsx: Simplify to avoid interim copy
author
Michał Górny
<mgorny@gentoo.org>
Sun, 19 Feb 2017 21:57:31 +0000
(22:57 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 19 Feb 2017 23:02:03 +0000
(
00:02
+0100)
x11-misc/dsx/dsx-0.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/dsx/dsx-0.1-r1.ebuild
b/x11-misc/dsx/dsx-0.1-r1.ebuild
index bb4c35bd7364a565883960cbc0f06aa41e0324de..cb0f7f2a0b54afb97c61af105bc546b9b187b103 100644
(file)
--- 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}"
}