rssh: don't set special bits

This commit is contained in:
Will Dietz 2017-06-16 07:31:21 -05:00
parent bb1e0b51de
commit 7eaa7adf4e

View File

@ -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 ];
configureFlags = [