rssh: don't set special bits
This commit is contained in:
@@ -59,6 +59,12 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Run this after to avoid conflict with patches above
|
||||||
|
postPatch = ''
|
||||||
|
sed -i '/chmod u+s/d' Makefile.in
|
||||||
|
'';
|
||||||
|
|
||||||
|
|
||||||
buildInputs = [ openssh rsync cvs ];
|
buildInputs = [ openssh rsync cvs ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|||||||
Reference in New Issue
Block a user