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
|
postPatch = lxqt.standardPatch
|
||||||
+ ''
|
+ ''
|
||||||
substituteInPlace ./startlxqt.in \
|
substituteInPlace ./startlxqt.in \
|
||||||
|
--replace "cp " "cp --no-preserve=mode " \
|
||||||
--replace xmessage "${xmessage}"/bin/xmessage
|
--replace xmessage "${xmessage}"/bin/xmessage
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user