wok-next diff xorg-xf86-input-evdev/receipt @ rev 5767
evdev: Add configuration file
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Mon Jul 05 19:16:56 2010 +0200 (2010-07-05) |
parents | 5b6b81ccd958 |
children | 249eb360cbe5 |
line diff
1.1 --- a/xorg-xf86-input-evdev/receipt Mon Apr 19 22:14:19 2010 +0200 1.2 +++ b/xorg-xf86-input-evdev/receipt Mon Jul 05 19:16:56 2010 +0200 1.3 @@ -33,5 +33,7 @@ 1.4 mkdir -p $fs/usr/lib/X11/modules/input/ 1.5 cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 1.6 $fs/usr/lib/X11/modules/input/ 1.7 + mkdir -p $fs/etc/X11/xorg.conf.d 1.8 + cp -a stuff/*evdev.conf $fs/etc/X11/xorg.conf.d 1.9 } 1.10