Browse Source

coreutils: changed to not install mktemp if the mktemp package is enabled

user/chris/old/ruby
Alejandro Mery 15 years ago
parent
commit
8e66c07cde
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      base/coreutils/coreutils.conf

+ 4
- 0
base/coreutils/coreutils.conf

@ -52,3 +52,7 @@ hook_add postmake 5 'ln -sf install $root/usr/bin/ginstall'
# install hostname
var_append confopt ' ' '--enable-install-program=hostname'
if pkginstalled mktemp; then
var_append confopt ' ' '--enable-no-install-program=mktemp'
fi

Loading…
Cancel
Save