add synaptics
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@496 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
11
x11-drivers/synaptics/files/synaptics-install-so-exec.patch
Normal file
11
x11-drivers/synaptics/files/synaptics-install-so-exec.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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) $@
|
||||
Reference in New Issue
Block a user