Browse Source

scripts/Emerge-Pkg: fixed to blacklist fhs instead of old fashioned 00-dirtree package which doesn't exist within opensde

user/chris/test/arm
Christian Wiese 14 years ago
parent
commit
c45ed4d747
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Emerge-Pkg

+ 1
- 1
scripts/Emerge-Pkg

@ -16,7 +16,7 @@
exec 2>&1 exec 2>&1
blacklist=" 00-dirtree binutils gcc glibc uclibc linux24 linux linux-header "
blacklist=" fhs binutils gcc glibc uclibc linux24 linux linux-header "
options= options=
config=default config=default

Loading…
Cancel
Save