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
|
emake install DESTDIR="${D}" || die
|
||||||
dodoc AUTHORS ChangeLog* NEWS README* THANKS TODO
|
dodoc AUTHORS ChangeLog* NEWS README* THANKS TODO
|
||||||
|
|
||||||
insinto /etc
|
|
||||||
newins src/dircolors.hin DIR_COLORS || die
|
|
||||||
|
|
||||||
if [[ ${USERLAND} == "GNU" ]] ; then
|
if [[ ${USERLAND} == "GNU" ]] ; then
|
||||||
cd "${D}"/usr/bin
|
cd "${D}"/usr/bin
|
||||||
dodir /bin
|
dodir /bin
|
@ -132,9 +132,6 @@ src_test() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
|
||||||
insinto /etc
|
|
||||||
newins src/dircolors.hin DIR_COLORS
|
|
||||||
|
|
||||||
if [[ ${USERLAND} == "GNU" ]] && ! use symlink-usr; then
|
if [[ ${USERLAND} == "GNU" ]] && ! use symlink-usr; then
|
||||||
cd "${ED}"/usr/bin
|
cd "${ED}"/usr/bin
|
||||||
dodir /bin
|
dodir /bin
|
Loading…
x
Reference in New Issue
Block a user