summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-02 16:49:06 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-02 17:15:08 +0100
commitddafeddaf6ae13391b7bd0317ebe5538930680f7 (patch)
treeff391fbf6872d3989c0a68bc80f7d9f87c4dd4d6 /sys-apps/byld/byld-1.0.3.ebuild
parentsys-apps/bar: Port to EAPI 6 (diff)
downloadgentoo-ddafeddaf6ae13391b7bd0317ebe5538930680f7.tar.gz
gentoo-ddafeddaf6ae13391b7bd0317ebe5538930680f7.tar.bz2
gentoo-ddafeddaf6ae13391b7bd0317ebe5538930680f7.zip
sys-apps/byld: Port to EAPI 6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sys-apps/byld/byld-1.0.3.ebuild')
-rw-r--r--sys-apps/byld/byld-1.0.3.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/byld/byld-1.0.3.ebuild b/sys-apps/byld/byld-1.0.3.ebuild
index 2359a6e8dd48..2c9a65e33e97 100644
--- a/sys-apps/byld/byld-1.0.3.ebuild
+++ b/sys-apps/byld/byld-1.0.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="build a Linux distribution on a single floppy"
HOMEPAGE="http://byld.sourceforge.net/"
SRC_URI="mirror://sourceforge/byld/byld-${PV//./_}.tgz"
@@ -16,8 +18,9 @@ RDEPEND="sys-apps/util-linux"
src_install() {
dodoc BYLDING CREDITS README INSTALL FHS PAKING
rm MAKEDEV.8 BYLDING CREDITS README INSTALL FHS LICENSE PAKING
- dodir /usr/lib/${PN}
- cp -rf * ${D}/usr/lib/${PN}/
+
+ insinto /usr/lib/${PN}
+ doins -r .
}
pkg_postinst() {