diff options
author | Horea Christian <chr@chymera.eu> | 2022-12-15 18:14:05 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-09 15:13:04 +0200 |
commit | 2b5652bb459c25e6d5d75e066a9ce5e639f085a4 (patch) | |
tree | 7058bc637c030e367c41ceba6ec644ef0d27c3e0 /app-backup | |
parent | app-backup/mkstage4: add 0.4 (diff) | |
download | gentoo-2b5652bb459c25e6d5d75e066a9ce5e639f085a4.tar.gz gentoo-2b5652bb459c25e6d5d75e066a9ce5e639f085a4.tar.bz2 gentoo-2b5652bb459c25e6d5d75e066a9ce5e639f085a4.zip |
app-backup/mkstage4: new executable in live ebuild
Signed-off-by: Horea Christian <chr@chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/28679
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/mkstage4/mkstage4-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-backup/mkstage4/mkstage4-9999.ebuild b/app-backup/mkstage4/mkstage4-9999.ebuild index cd989859f11f..862ecc9c6713 100644 --- a/app-backup/mkstage4/mkstage4-9999.ebuild +++ b/app-backup/mkstage4/mkstage4-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,5 +20,6 @@ RDEPEND="app-shells/bash src_install() { newbin mkstage4.sh mkstage4 + newbin exstage4.sh exstage4 einstalldocs } |