3
0
Fork 0
forked from mirrors/nixpkgs

lxqt-common: Do not preserve mode when copying files to home direcotry

This commit is contained in:
romildo 2016-10-07 06:56:41 -03:00
parent 0d7056331d
commit 4a3c05b920

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
postPatch = lxqt.standardPatch
+ ''
substituteInPlace ./startlxqt.in \
--replace "cp " "cp --no-preserve=mode " \
--replace xmessage "${xmessage}"/bin/xmessage
'';