Skip to content
Snippets Groups Projects
Commit 2d48ca33 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

sys-apps/adelie-base: move from virtual

parent 187a7bd2
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,22 @@ RDEPEND="
app-arch/ncompress
)
"
src_unpack() {
mkdir -p "${S}"
}
src_install() {
mkdir -p "${D}/dev"
mkdir -p "${D}/etc"
cat > "${D}/etc/lsb-release" <<- EOF
DISTRIB_ID=Adélie
DISTRIB_RELEASE=1.0
DISTRIB_DESCRIPTION="Adélie Linux"
EOF
cat > "${D}/etc/adelie-release" <<- EOF
1.0
EOF
mkdir -p "${D}/proc"
mkdir -p "${D}/sys"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment