Merge 'staging' into master

This commit is contained in:
Vladimír Čunát
2014-08-08 20:13:23 +02:00
220 changed files with 611 additions and 2164 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
'';
preInstall = ''
ensureDir "$out/man/man1"
mkdir -p "$out/man/man1"
sed -i -e 's/-o bin -g bin *//' Makefile
sed -i -e '/chgrp/d' extras/Makefile
'';