darwin.adv_cmds: fix build

This commit is contained in:
Matthew Bauer 2019-01-04 10:28:22 -06:00
parent 8cb2d35760
commit 030f66400d

View file

@ -68,12 +68,7 @@ in appleDerivation {
for f in Products/Release/*; do
if [ -f $f ]; then
install -D $file $out/bin/$(basename $f)
done
done
for n in 1 8; do
mkdir -p $out/share/man/man$n
install */*.$n $out/share/man/man$n
fi
done
bsdmake -C usr-share-locale.tproj install DESTDIR="$locale/share/locale"