summaryrefslogtreecommitdiff
path: root/app-portage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-13 01:19:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-13 01:19:27 +0000
commit8f5448f653cf4e01ac72ceb7d41d2aec52669f6c (patch)
tree1e5b8c473d71960c03d0bbab733aa2eb550719dd /app-portage
parentd65e24405727cc3907327c259ebd8c3e97190db3 (diff)
app-portage/sisyphus : minor tweaks
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/sisyphus/files/sisyphus-mirrors-amd64.conf (renamed from app-portage/sisyphus/files/sisyphus-mirrors-amd64)0
-rw-r--r--app-portage/sisyphus/files/sisyphus-mirrors-arm64.conf (renamed from app-portage/sisyphus/files/sisyphus-mirrors-arm64)0
-rw-r--r--app-portage/sisyphus/files/sisyphus.env.conf (renamed from app-portage/sisyphus/files/sisyphus.env_conf)0
-rw-r--r--app-portage/sisyphus/files/sisyphus.make.conf (renamed from app-portage/sisyphus/files/sisyphus.make_conf)0
-rw-r--r--app-portage/sisyphus/sisyphus-4.2211.0-r1.ebuild12
5 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/sisyphus/files/sisyphus-mirrors-amd64 b/app-portage/sisyphus/files/sisyphus-mirrors-amd64.conf
index 61802137..61802137 100644
--- a/app-portage/sisyphus/files/sisyphus-mirrors-amd64
+++ b/app-portage/sisyphus/files/sisyphus-mirrors-amd64.conf
diff --git a/app-portage/sisyphus/files/sisyphus-mirrors-arm64 b/app-portage/sisyphus/files/sisyphus-mirrors-arm64.conf
index d5010070..d5010070 100644
--- a/app-portage/sisyphus/files/sisyphus-mirrors-arm64
+++ b/app-portage/sisyphus/files/sisyphus-mirrors-arm64.conf
diff --git a/app-portage/sisyphus/files/sisyphus.env_conf b/app-portage/sisyphus/files/sisyphus.env.conf
index e69de29b..e69de29b 100644
--- a/app-portage/sisyphus/files/sisyphus.env_conf
+++ b/app-portage/sisyphus/files/sisyphus.env.conf
diff --git a/app-portage/sisyphus/files/sisyphus.make_conf b/app-portage/sisyphus/files/sisyphus.make.conf
index e69de29b..e69de29b 100644
--- a/app-portage/sisyphus/files/sisyphus.make_conf
+++ b/app-portage/sisyphus/files/sisyphus.make.conf
diff --git a/app-portage/sisyphus/sisyphus-4.2211.0-r1.ebuild b/app-portage/sisyphus/sisyphus-4.2211.0-r1.ebuild
index 639b671b..96ed7c0d 100644
--- a/app-portage/sisyphus/sisyphus-4.2211.0-r1.ebuild
+++ b/app-portage/sisyphus/sisyphus-4.2211.0-r1.ebuild
@@ -46,11 +46,11 @@ src_install() {
dodir etc/"${PN}"
insinto etc/"${PN}"
- doins "${FILESDIR}"/"${PN}"-mirrors-amd64
- doins "${FILESDIR}"/"${PN}"-mirrors-arm64
+ doins "${FILESDIR}"/"${PN}"-mirrors-amd64.conf
+ doins "${FILESDIR}"/"${PN}"-mirrors-arm64.conf
- doins "${FILESDIR}"/"${PN}".env_conf
- doins "${FILESDIR}"/"${PN}".make_conf
+ doins "${FILESDIR}"/"${PN}".env.conf
+ doins "${FILESDIR}"/"${PN}".make.conf
doins "${FILESDIR}"/"${PN}".package.keywords
doins "${FILESDIR}"/"${PN}".package.env
doins "${FILESDIR}"/"${PN}".package.license
@@ -71,8 +71,8 @@ pkg_postinst() {
rm -rf "{EROOT}"etc/"${PN}"/mirrors.conf
if [[ $(uname -m) == "x86_64" ]] ; then
- ln -sf "${EROOT}"etc/"${PN}"/"${PN}"-mirrors-amd64 "${EROOT}"etc/"${PN}"/mirrors.conf
+ ln -sf "${EROOT}"etc/"${PN}"/"${PN}"-mirrors-amd64.conf "${EROOT}"etc/"${PN}"/mirrors.conf
elif [[ $(uname -m) == "aarch64" ]] ; then
- ln -sf "${EROOT}"etc/"${PN}"/"${PN}"-mirrors-arm64 "${EROOT}"etc/"${PN}"/mirrors.conf
+ ln -sf "${EROOT}"etc/"${PN}"/"${PN}"-mirrors-arm64.conf "${EROOT}"etc/"${PN}"/mirrors.conf
fi
}