projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61069f8
)
xdg-utils.eclass: use HTTPS for freedesktop.org
author
David Hicks
<david@hicks.id.au>
Mon, 31 Jul 2017 13:48:51 +0000
(23:48 +1000)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 17 Aug 2017 17:05:22 +0000
(19:05 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
eclass/xdg-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/xdg-utils.eclass
b/eclass/xdg-utils.eclass
index 1f5d4b0b4c526e23b4c9a9d891d1283da62c2b26..840bd7ce2012a0a66181c3765cac7cb64ee132a9 100644
(file)
--- a/
eclass/xdg-utils.eclass
+++ b/
eclass/xdg-utils.eclass
@@
-55,7
+55,7
@@
xdg_environment_reset() {
mkdir -p "${XDG_DATA_HOME}" "${XDG_CONFIG_HOME}" "${XDG_CACHE_HOME}" \
"${XDG_RUNTIME_DIR}" || die
# This directory needs to be owned by the user, and chmod 0700
- # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
+ # http
s
://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
chmod 0700 "${XDG_RUNTIME_DIR}" || die
unset DBUS_SESSION_BUS_ADDRESS