ddccontrol: Don't try to set special perms on ddcpci

This commit is contained in:
Will Dietz 2017-06-28 14:41:32 -05:00
parent 8e5759e7d2
commit bcaceabc3c

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation {
oldPath+="{datadir}\/ddccontrol-db"
sed "s/$oldPath/$newPath/" <configure.ac.old >configure.ac
rm configure.ac.old
sed -e "s/chmod 4711/chmod 0711/" -i src/ddcpci/Makefile*
'';
meta = with stdenv.lib; {