Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26082 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/bin/revdep-rebuild.orig (-2 / +2 lines)
Lines 159-165 Link Here
159
	(
159
	(
160
	    grep '.*\.so\(\|\..*\)$' <$LIST.1_files | sed 's:/[^/]*$::'
160
	    grep '.*\.so\(\|\..*\)$' <$LIST.1_files | sed 's:/[^/]*$::'
161
	    sed '/^#/d;s/#.*$//' </etc/ld.so.conf
161
	    sed '/^#/d;s/#.*$//' </etc/ld.so.conf
162
	) | uniq | sort | uniq |
162
	) | uniq | sort -u |
163
	tr '\n' : | tr -d '\r' | sed 's/:$//' >$LIST.2_ldpath
163
	tr '\n' : | tr -d '\r' | sed 's/:$//' >$LIST.2_ldpath
164
	echo -e " done.\n  ($LIST.2_ldpath)"
164
	echo -e " done.\n  ($LIST.2_ldpath)"
165
    fi
165
    fi
Lines 229-235 Link Here
229
	echo " using existing $LLIST.5_packages."
229
	echo " using existing $LLIST.5_packages."
230
    else
230
    else
231
	set_trap "$LLIST.5_packages"
231
	set_trap "$LLIST.5_packages"
232
	sort <$LLIST.4_packages_raw | uniq >$LLIST.5_packages
232
	sort -u $LLIST.4_packages_raw >$LLIST.5_packages
233
	echo -e " done.\n  ($LLIST.5_packages)"
233
	echo -e " done.\n  ($LLIST.5_packages)"
234
    fi
234
    fi
235
235

Return to bug 26082