forked from mirrors/nixpkgs
lxqt-common: Do not preserve mode when copying files to home direcotry
This commit is contained in:
parent
0d7056331d
commit
4a3c05b920
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||
postPatch = lxqt.standardPatch
|
||||
+ ''
|
||||
substituteInPlace ./startlxqt.in \
|
||||
--replace "cp " "cp --no-preserve=mode " \
|
||||
--replace xmessage "${xmessage}"/bin/xmessage
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue