leafnode: patch around setting special bits
This commit is contained in:
parent
0d871bd108
commit
ed0ac2fece
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = "--enable-runas-user=nobody";
|
configureFlags = "--enable-runas-user=nobody";
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace Makefile.in --replace 02770 0770
|
||||||
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# configure uses id to check environment; we don't want this check
|
# configure uses id to check environment; we don't want this check
|
||||||
sed -re 's/^ID[=].*/ID="echo whatever"/' -i configure
|
sed -re 's/^ID[=].*/ID="echo whatever"/' -i configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user