Merge pull request #44834 from Infinisil/fix/sysvtools

sysvtools: fix build
This commit is contained in:
Silvan Mosberger 2018-08-09 21:48:35 +02:00 committed by GitHub
commit bee30eb915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation {
rm -rf $out/include
rm -rf $out/share/man/man5
rm $(for i in $out/share/man/man8/*; do echo $i; done | grep -v 'pidof\|killall5')
rm $out/bin/{mountpoint,wall} $out/share/man/man1/{mountpoint.1,wall.1}
rm $out/bin/wall $out/share/man/man1/wall.1
'';
meta = {