ddccontrol: Don't try to set special perms on ddcpci
This commit is contained in:
parent
8e5759e7d2
commit
bcaceabc3c
|
@ -28,6 +28,8 @@ stdenv.mkDerivation {
|
||||||
oldPath+="{datadir}\/ddccontrol-db"
|
oldPath+="{datadir}\/ddccontrol-db"
|
||||||
sed "s/$oldPath/$newPath/" <configure.ac.old >configure.ac
|
sed "s/$oldPath/$newPath/" <configure.ac.old >configure.ac
|
||||||
rm configure.ac.old
|
rm configure.ac.old
|
||||||
|
|
||||||
|
sed -e "s/chmod 4711/chmod 0711/" -i src/ddcpci/Makefile*
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue