mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
sys-apps/coreutils: dont copy DIR_COLORS into etc
This commit is contained in:
parent
229fb76211
commit
4706a331e2
@ -126,9 +126,6 @@ src_install() {
|
||||
emake install DESTDIR="${D}" || die
|
||||
dodoc AUTHORS ChangeLog* NEWS README* THANKS TODO
|
||||
|
||||
insinto /etc
|
||||
newins src/dircolors.hin DIR_COLORS || die
|
||||
|
||||
if [[ ${USERLAND} == "GNU" ]] ; then
|
||||
cd "${D}"/usr/bin
|
||||
dodir /bin
|
@ -132,9 +132,6 @@ src_test() {
|
||||
src_install() {
|
||||
default
|
||||
|
||||
insinto /etc
|
||||
newins src/dircolors.hin DIR_COLORS
|
||||
|
||||
if [[ ${USERLAND} == "GNU" ]] && ! use symlink-usr; then
|
||||
cd "${ED}"/usr/bin
|
||||
dodir /bin
|
Loading…
x
Reference in New Issue
Block a user