summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-08-28 23:53:56 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-10-05 00:10:37 +0100
commitb84bae51f9b1037ac5da7f08f3cd2da45168c60e (patch)
treeb7ac5725016a6003fd8d21bbf822dec4fc6458d8 /profiles/common
parentprofiles/common: Do not drop C locale (diff)
downloadportage-b84bae51f9b1037ac5da7f08f3cd2da45168c60e.tar.xz
profiles/common: tab vs spaces
Diffstat (limited to 'profiles/common')
-rw-r--r--profiles/common/profile.bashrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index c60fbb55..85d070d6 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -252,9 +252,9 @@ function __install_own_file () {
if [[ -e "${_ed}/${REPLY}" ]] ; then
einfo "Store original ${REPLY} to /usr/share/gentoo-factory/${CATEGORY}/${PF}"
install -D -m 0644 \
- "${_ed}/${REPLY}" \
- "${_ed}/usr/share/gentoo-factory/${CATEGORY}/${PF}/${REPLY}" \
- || die
+ "${_ed}/${REPLY}" \
+ "${_ed}/usr/share/gentoo-factory/${CATEGORY}/${PF}/${REPLY}" \
+ || die
chmod --reference="${_ed}/${REPLY}" "${_ed}/usr/share/gentoo-factory/${CATEGORY}/${PF}/${REPLY}" \
|| die
@@ -263,7 +263,7 @@ function __install_own_file () {
einfo "Install ${REPLY} from factory-default"
install -D -m 0644 \
"${_FACTORY_DIRECTORY}/${REPLY}" \
- "${_ed}/${REPLY}" \
+ "${_ed}/${REPLY}" \
|| die
chmod --reference="${_FACTORY_DIRECTORY}/${REPLY}" "${_ed}/${REPLY}" \