summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-24 09:21:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-24 09:21:58 +0000
commit78370761a6ca730c007b26adfba585c2842a7e66 (patch)
tree4e809076be804eab0b52f48f92887f85a4d52d71 /sys-apps
parent456441a016cec7a070069337daca8045cfb59618 (diff)
sys-apps/lsb-release : revision bump
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/lsb-release/lsb-release-1.4-r6.ebuild (renamed from sys-apps/lsb-release/lsb-release-1.4-r5.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/lsb-release/lsb-release-1.4-r5.ebuild b/sys-apps/lsb-release/lsb-release-1.4-r6.ebuild
index f4d98af1..462ae5d5 100644
--- a/sys-apps/lsb-release/lsb-release-1.4-r5.ebuild
+++ b/sys-apps/lsb-release/lsb-release-1.4-r6.ebuild
@@ -34,8 +34,8 @@ src_install() {
mkdir -p "${D}/etc"
cat > "${D}/etc/lsb-release" <<- EOF
DISTRIB_ID="Redcore"
- DISTRIB_RELEASE="1801"
- DISTRIB_CODENAME="Intercrus"
- DISTRIB_DESCRIPTION="Redcore 1801 Intercrus"
+ DISTRIB_RELEASE="1803"
+ DISTRIB_CODENAME="Jupiter"
+ DISTRIB_DESCRIPTION="Redcore Linux Hardened 1803 Jupiter"
EOF
}