summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-09-10 19:31:28 +0000
committerThomas Sachau <tommy@gentoo.org>2009-09-10 19:31:28 +0000
commit087c913f22ce54a78e1fa57c19c3daa054b3c30d (patch)
tree199a23f5220b27c30bb6829d662acbfee0f972e3 /app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild
parentmedia-tv/kmttg: Add missing die to doins (diff)
downloadsunrise-087c913f22ce54a78e1fa57c19c3daa054b3c30d.tar.gz
sunrise-087c913f22ce54a78e1fa57c19c3daa054b3c30d.tar.bz2
sunrise-087c913f22ce54a78e1fa57c19c3daa054b3c30d.zip
app-misc/mswinurl_launcher: Drop src_unpack and S assignment, use DISTDIR in src_install directly
svn path=/sunrise/; revision=9212
Diffstat (limited to 'app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild')
-rw-r--r--app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild b/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild
index c094f4cbd..b24b4742e 100644
--- a/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild
+++ b/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild
@@ -16,14 +16,8 @@ IUSE=""
DEPEND="dev-util/desktop-file-utils"
RDEPEND="dev-lang/python"
-S=${WORKDIR}
-
-src_unpack() {
- cp "${DISTDIR}/${A}" "${S}" || die "could not copy ${A} to ${S}"
-}
-
src_install() {
- dobin ${PN}.py || die
+ dobin "${DISTDIR}"/${PN}.py || die
domenu "${FILESDIR}/${PN}.desktop" || die
}