From 619d9d852d4df4cee34bf4053a1174be894c853f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 19 Oct 2021 18:28:16 +0200 Subject: [PATCH] app-emulation/windows95: update for new bintron eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emulation/windows95/windows95-2.3.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-emulation/windows95/windows95-2.3.0.ebuild b/app-emulation/windows95/windows95-2.3.0.ebuild index dfc3bfb..70af28d 100644 --- a/app-emulation/windows95/windows95-2.3.0.ebuild +++ b/app-emulation/windows95/windows95-2.3.0.ebuild @@ -18,8 +18,5 @@ src_install() { domenu ../../share/applications/${PN}.desktop doicon ../../share/pixmaps/${PN}.png - mkdir ./bin || die - ln -s ../${PN} ./bin/${PN} || die - bintron_src_install }