Description of problem: texlive-kpathsea does not require coreutils but is using mkdir and touch from install scripts. When building live install, coreutils is installed after this package and installation fails. Version-Release number of selected component (if applicable): texlive-kpathsea-svn28792.0-22.fc19.noarch How reproducible: always Steps to Reproduce: 1. create live image with texlive-kpathsea included Actual results: Installing: texlive-kpathsea ################### [ 384/1366] /var/tmp/rpm-tmp.BzhNw7: line 1: mkdir: command not found /var/tmp/rpm-tmp.BzhNw7: line 2: touch: command not found /var/tmp/rpm-tmp.BzhNw7: line 3: touch: command not found
texlive-kpathsea requires coreutils for some time already. Closing & thanks for reporting.