Skip to content

Commit

Permalink
portage ebuild syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed Nov 18, 2012
1 parent e02ba56 commit fd71b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-apps/portage/portage-2.3.5-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ pkg_postinst() {
# make.conf magick. We rather prefer to have make.conf in one place and set the symlink to
# have compatibility
if [[ ! -L ${EROOT}etc/make.conf ]]; then
if [[ -e ${EROOT}etc/make.conf ]]
if [[ -e ${EROOT}etc/make.conf ]]; then
if [[ -e ${EROOT}etc/portage/make.conf ]]; then
mv "${EROOT}etc/make.conf" "${EROOT}etc/make.conf.backup"
ewarn "Redundant '${EROOT}etc/make.conf' has been renamed to '${EROOT}etc/make.conf.backup'."
Expand Down

0 comments on commit fd71b67

Please sign in to comment.