On 17/02/2010 08:01, Dennis 123321 wrote:
> In my attempt to report this so early in the morning, I mistyped the
> name of the file that is the problem!
>
> It is actually /lib/udev/nvidia_helper
The information that nvidia_helper should be executable was lost during
the diff transmission somehow.
The most reliable way is probably to hard-set these permissions in the
install process, instead of relying on svn-whatever to extract those
correctly.
Other possibility is to mark the files as executables, and hope for the
best.
patch attached.
--
Jean-Christophe Dubacq
Index: debian/rules
===================================================================
--- debian/rules (révision 465)
+++ debian/rules (copie de travail)
@@ -7,3 +7,5 @@
override_dh_install:
dh_install
mv
$(CURDIR)/debian/nvidia-kernel-common/etc/modprobe.d/nvidia-kernel.modules-2.6
$(CURDIR)/debian/nvidia-kernel-common/etc/modprobe.d/nvidia-kernel-nkc.conf
+ chmod 755
$(CURDIR)/debian/nvidia-kernel-common/usr/lib/ConsoleKit/run-seat.d/nvidia_helper.ck
+ chmod 755 $(CURDIR)/debian/nvidia-kernel-common/lib/udev/nvidia_helper