darwin.adv_cmds: fix build
This commit is contained in:
parent
8cb2d35760
commit
030f66400d
@ -68,12 +68,7 @@ in appleDerivation {
|
|||||||
for f in Products/Release/*; do
|
for f in Products/Release/*; do
|
||||||
if [ -f $f ]; then
|
if [ -f $f ]; then
|
||||||
install -D $file $out/bin/$(basename $f)
|
install -D $file $out/bin/$(basename $f)
|
||||||
done
|
fi
|
||||||
done
|
|
||||||
|
|
||||||
for n in 1 8; do
|
|
||||||
mkdir -p $out/share/man/man$n
|
|
||||||
install */*.$n $out/share/man/man$n
|
|
||||||
done
|
done
|
||||||
|
|
||||||
bsdmake -C usr-share-locale.tproj install DESTDIR="$locale/share/locale"
|
bsdmake -C usr-share-locale.tproj install DESTDIR="$locale/share/locale"
|
||||||
|
Loading…
Reference in New Issue
Block a user