linamh/x11-drivers/synaptics/files/synaptics-install-so-exec.patch

12 lines
337 B
Diff
Raw Normal View History

--- synaptics-0.14.6/Makefile.orig 2008-04-01 16:10:04.000000000 -0400
+++ synaptics-0.14.6/Makefile 2008-04-01 16:10:23.000000000 -0400
@@ -115,7 +115,7 @@
install -D $< $@
$(INPUT_MODULE_DIR)/$(SYNAPTICS_DRV) : $(SYNAPTICS_DRV)
- install --mode=0644 -D $< $@
+ install --mode=0755 -D $< $@
$(SYNAPTICS_DRV): $(OBJS)
$(RM) $@