rssh: don't set special bits
This commit is contained in:
parent
bb1e0b51de
commit
7eaa7adf4e
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user